We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f12a4 commit cceedebCopy full SHA for cceedeb
package.json
@@ -22,7 +22,6 @@
22
],
23
"scripts": {
24
"preprocess": "node tasks/preprocess.js",
25
- "postinstall": "npm run preprocess",
26
"bundle": "node tasks/bundle.js",
27
"header": "node tasks/header.js",
28
"build": "npm run preprocess && npm run bundle && npm run header",
@@ -70,7 +69,6 @@
70
69
"ndarray-fill": "^1.0.1",
71
"ndarray-homography": "^1.0.0",
72
"ndarray-ops": "^1.2.2",
73
- "node-sass": "^3.4.1",
74
"right-now": "^1.0.0",
75
"robust-orientation": "^1.1.3",
76
"sane-topojson": "^1.2.0",
@@ -94,6 +92,7 @@
94
92
"karma-coverage": "^0.5.3",
95
93
"karma-firefox-launcher": "^0.1.6",
96
"karma-jasmine": "^0.3.6",
+ "node-sass": "^3.4.1",
97
"open": "0.0.5",
98
"prepend-file": "^1.3.0",
99
"prettysize": "0.0.3",
0 commit comments