Skip to content

Commit

Permalink
#359 - Add missing dependencies for perspective.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hooper authored and texodus committed Jan 6, 2019
1 parent 6ac68a9 commit fc15cb5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/perspective/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,20 @@
"d3-array": "^1.2.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^2.0.0",
"flatbuffers": "^1.10.2",
"html-loader": "^0.5.1",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"moment": "^2.19.1",
"papaparse": "^4.3.6",
"style-loader": "^0.18.2",
"text-encoding-utf-8": "^1.0.2",
"tslib": "^1.9.3",
"uglifyjs-webpack-plugin": "^0.4.6",
"underscore": "^1.8.3",
"utf-8-validate": "~4.0.0",
"worker-loader": "^2.0.0"
"worker-loader": "^2.0.0",
"ws": "^6.1.2"
},
"peerDependencies": {
"webpack": ">=3.5 <4"
Expand Down

0 comments on commit fc15cb5

Please sign in to comment.