Skip to content

Commit d6d166f

Browse files
authored
Use ^ for all devdeps
1 parent 979920b commit d6d166f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
},
2323
"devDependencies": {
2424
"amqplib": "^0.5.1",
25-
"chai": "~4.1.0",
26-
"grunt": "~1.0.1",
25+
"chai": "^4.1.0",
26+
"grunt": "^1.0.1",
2727
"coffee-script": "^1.8.0",
28-
"grunt-coffeelint": "~0.0.6",
28+
"grunt-coffeelint": "^0.0.6",
2929
"grunt-contrib-coffee": "^1.0.0",
3030
"grunt-mocha-test": "^0.13.2",
3131
"grunt-shell-spawn": "^0.3.1",
32-
"mocha": "~4.0.0",
32+
"mocha": "^4.0.0",
3333
"mqtt": "^2.7.1"
3434
},
3535
"keywords": [],

0 commit comments

Comments
 (0)