Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cceedeb

Browse files
remove postinstall command and move node-sass to dev-deps
1 parent 80f12a4 commit cceedeb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
],
2323
"scripts": {
2424
"preprocess": "node tasks/preprocess.js",
25-
"postinstall": "npm run preprocess",
2625
"bundle": "node tasks/bundle.js",
2726
"header": "node tasks/header.js",
2827
"build": "npm run preprocess && npm run bundle && npm run header",
@@ -70,7 +69,6 @@
7069
"ndarray-fill": "^1.0.1",
7170
"ndarray-homography": "^1.0.0",
7271
"ndarray-ops": "^1.2.2",
73-
"node-sass": "^3.4.1",
7472
"right-now": "^1.0.0",
7573
"robust-orientation": "^1.1.3",
7674
"sane-topojson": "^1.2.0",
@@ -94,6 +92,7 @@
9492
"karma-coverage": "^0.5.3",
9593
"karma-firefox-launcher": "^0.1.6",
9694
"karma-jasmine": "^0.3.6",
95+
"node-sass": "^3.4.1",
9796
"open": "0.0.5",
9897
"prepend-file": "^1.3.0",
9998
"prettysize": "0.0.3",

0 commit comments

Comments
 (0)