Skip to content

Commit f4fc22c

Browse files
committed
Move browserify prerequisites into dependencies
1 parent 54384ad commit f4fc22c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,21 @@
88
},
99
"dependencies": {
1010
"backbone-extend-standalone": "~0.1.2",
11+
"browserify-shim": "^3.8.3",
12+
"clean-css": "^3.1.9",
13+
"enhance-css": "^1.1.0",
1114
"es6-promise": "~0.1.1",
1215
"insert-css": "^0.2.0",
1316
"jquery": "~1.11.0",
17+
"through": "^2.3.7",
1418
"xpath-range": "0.0.5"
1519
},
1620
"devDependencies": {
1721
"assertive-chai": "^1.0.0",
1822
"browserify": "^9.0.8",
1923
"browserify-middleware": "^5.0.2",
20-
"browserify-shim": "^3.8.3",
21-
"clean-css": "^3.1.9",
2224
"concat-stream": "^1.4.8",
2325
"connect": "~2.10.1",
24-
"enhance-css": "^1.1.0",
2526
"esprima": "^2.1.0",
2627
"jscs": "~1.6.0",
2728
"jshint": "~2.5.0",
@@ -33,7 +34,6 @@
3334
"karma-sauce-launcher": "^0.2.10",
3435
"mocha": "^2.2.4",
3536
"sinon": "^1.14.1",
36-
"through": "^2.3.7",
3737
"uglify-js": "~2.4.12",
3838
"wgxpath": "^0.23.0"
3939
},

0 commit comments

Comments
 (0)