Skip to content

Commit 9841efe

Browse files
author
Ilya Radchenko
committed
Move devDeps necessary for running app to dependecies
Everything used for building client assets.
1 parent d2c22c4 commit 9841efe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,20 +127,20 @@
127127
"swig": "^0.14.0",
128128
"thirty-two": "0.0.2",
129129
"validator": "^3.22.1",
130-
"winston": "^0.8.0"
131-
},
132-
"devDependencies": {
133-
"blanket": "^1.1.5",
130+
"winston": "^0.8.0",
134131
"bower": "^1.3.12",
135132
"browserify": "^6.3.3",
136133
"browserify-shim": "^3.8.0",
134+
"less": "^2.2.0",
135+
"mkdirp": "^0.5.0"
136+
},
137+
"devDependencies": {
138+
"blanket": "^1.1.5",
137139
"chai": "^1.9.2",
138140
"chai-as-promised": "^4.1.0",
139141
"commander": ">=0.5.2",
140142
"expect.js": "^0.3.1",
141143
"jshint": "^2.5.6",
142-
"less": "^2.2.0",
143-
"mkdirp": "^0.5.0",
144144
"mocha": "^1.21.4",
145145
"path-to-regexp": "^1.0.2",
146146
"should": "^2.1.0",

0 commit comments

Comments
 (0)