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

Skip to content

Commit fd78419

Browse files
committed
change package.json
1 parent d7041bb commit fd78419

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,7 @@
1717
"repository": "https://github.com/codegrep/codegrep",
1818
"license": "BSD-2-Clause",
1919
"dependencies": {
20-
"babel-core": "^6.10.4",
21-
"babel-loader": "^6.2.4",
22-
"babel-plugin-transform-object-rest-spread": "^6.8.0",
23-
"babel-preset-es2015": "^6.9.0",
24-
"babel-preset-react": "^6.11.1",
2520
"child-process-promise": "^2.0.3",
26-
"classnames": "^2.2.5",
2721
"cron": "^1.1.0",
2822
"koa": "^1.2.0",
2923
"koa-bodyparser": "^2.2.0",
@@ -32,7 +26,15 @@
3226
"koa-send": "^3.2.0",
3327
"koa-static": "^2.0.0",
3428
"line-by-line": "^0.1.5",
35-
"md5": "^2.1.0",
29+
"md5": "^2.1.0"
30+
},
31+
"devDependencies": {
32+
"babel-core": "^6.10.4",
33+
"babel-loader": "^6.2.4",
34+
"babel-plugin-transform-object-rest-spread": "^6.8.0",
35+
"babel-preset-es2015": "^6.9.0",
36+
"babel-preset-react": "^6.11.1",
37+
"classnames": "^2.2.5",
3638
"node-sass": "^3.8.0",
3739
"react": "^15.2.1",
3840
"react-dom": "^15.2.1",

0 commit comments

Comments
 (0)