Skip to content

Commit e4c5c99

Browse files
committed
only static serving on prod
1 parent b656c07 commit e4c5c99

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@
2020
"test": "brunch test"
2121
},
2222
"dependencies": {
23+
"node-static": "^0.7.6"
24+
},
25+
"devDependencies": {
2326
"brunch": "^1.8.3",
27+
"chai": "1.5",
2428
"clean-css-brunch": ">= 1.0 < 1.6",
29+
"coffee-script": "^1.9.2",
2530
"coffee-script-brunch": ">= 1.0 < 1.6",
2631
"css-brunch": ">= 1.0 < 1.6",
2732
"handlebars-brunch": ">= 1.0 < 1.6",
2833
"javascript-brunch": ">= 1.0 < 1.6",
2934
"less-brunch": ">= 1.0 < 1.6",
30-
"node-static": "^0.7.6",
31-
"stylus-brunch": ">= 1.0 < 1.6",
32-
"uglify-js-brunch": ">= 1.0 < 1.6"
33-
},
34-
"devDependencies": {
35-
"chai": "1.5",
36-
"coffee-script": "^1.9.2",
3735
"shelljs": "^0.5.0",
3836
"sinon": "1.6",
39-
"sinon-chai": "2.3"
37+
"sinon-chai": "2.3",
38+
"stylus-brunch": ">= 1.0 < 1.6",
39+
"uglify-js-brunch": ">= 1.0 < 1.6"
4040
}
4141
}

0 commit comments

Comments
 (0)