Skip to content

Commit 86c4993

Browse files
DEVOPS-247: apply npm install --save-dev for grunt packages
1 parent bee2f86 commit 86c4993

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
"argparse": "^1.0.6",
4848
"chai": "^3.5.0",
4949
"eslint": "^6.0.1",
50-
"grunt": "^0.4.5",
50+
"grunt": "^1.0.4",
5151
"grunt-contrib-clean": "^1.0.0",
52-
"grunt-contrib-watch": "^0.6.1",
53-
"grunt-gh-pages": "^1.0.0",
52+
"grunt-contrib-watch": "^1.1.0",
53+
"grunt-gh-pages": "^3.1.0",
5454
"grunt-jsdoc": "^1.1.0",
5555
"grunt-jslint": "^1.1.14",
5656
"grunt-mocha-test": "^0.12.7",

0 commit comments

Comments
 (0)