Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit d68e7d3

Browse files
committed
Move grunt to devDependencies
1 parent 18a3e4b commit d68e7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/plugins/gui.ajax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"author": "",
1010
"license": "BSD-2-Clause",
1111
"dependencies": {
12-
"grunt": "~0.4.5",
1312
"chart.js": "^1.0.2",
1413
"material-ui": "^0.7.5",
1514
"react": "0.13.3",
@@ -24,6 +23,7 @@
2423
"classnames": "~2.1.3"
2524
},
2625
"devDependencies": {
26+
"grunt": "~0.4.5",
2727
"grunt-babel": "~5.0.3",
2828
"grunt-contrib-uglify": "~0.9.2",
2929
"grunt-contrib-watch": "~0.6.1",

0 commit comments

Comments
 (0)