Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit b908cef

Browse files
committed
Fix npm dep
1 parent eb70a13 commit b908cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"angular": ">=1.3.0",
3737
"datatables.net": "^1.10.11",
3838
"datatables.net-dt": "^1.10.11",
39-
"grunt-parallel": "^0.4.1",
4039
"jquery": ">=1.11.0"
4140
},
4241
"devDependencies": {
@@ -48,6 +47,7 @@
4847
"grunt-contrib-cssmin": "~0.7.0",
4948
"grunt-contrib-jshint": "~0.7.1",
5049
"grunt-contrib-uglify": "~0.6.0",
50+
"grunt-parallel": "^0.4.1",
5151
"grunt-wrap": "~0.3.0",
5252
"grunt-jsbeautifier": "~0.2.2",
5353
"grunt-angular-templates": "~0.5.1",

0 commit comments

Comments
 (0)