Skip to content
This repository was archived by the owner on Oct 31, 2022. It is now read-only.

Commit 7bc1f29

Browse files
Update devDependencies and peerDependencies
1 parent b2044f2 commit 7bc1f29

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"test": "grunt"
2525
},
2626
"devDependencies": {
27-
"grunt": "~0.4.5",
27+
"grunt": "^1.0.0",
2828
"grunt-cli": "^1.2.0",
29-
"grunt-contrib-clean": "^0.5.0",
30-
"grunt-contrib-jshint": "^0.9.2",
31-
"grunt-contrib-nodeunit": "^0.3.3",
29+
"grunt-contrib-clean": "^1.0.0",
30+
"grunt-contrib-jshint": "^1.0.0",
31+
"grunt-contrib-nodeunit": "^1.0.0",
3232
"javascript-obfuscator": "0.7.2"
3333
},
3434
"peerDependencies": {
35-
"grunt": "~0.4.5",
35+
"grunt": ">=0.4.5",
3636
"javascript-obfuscator": ">=0.7.2"
3737
},
3838
"keywords": [

0 commit comments

Comments
 (0)