We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09de20 commit f1e7e20Copy full SHA for f1e7e20
package.json
@@ -27,16 +27,16 @@
27
},
28
"dependencies": {
29
"coffee-script": "~1.6",
30
- "url": "~0.7.9",
31
- "querystring": "~0.2.0"
+ "url": "^0.7.9",
+ "querystring": "^0.2.0"
32
33
"devDependencies": {
34
"chai": "^4.1.2",
35
"grunt": "^1.0.2",
36
- "grunt-contrib-watch": "~0.5.3",
37
- "grunt-mocha-test": "~0.7.0",
38
- "grunt-release": "~0.6.0",
39
- "matchdep": "~0.1.2",
+ "grunt-contrib-watch": "^0.5.3",
+ "grunt-mocha-test": "^0.7.0",
+ "grunt-release": "^0.6.0",
+ "matchdep": "^0.1.2",
40
"mocha": "^5.0.5",
41
"sinon": "^4.4.8",
42
"sinon-chai": "^3.0.0"
0 commit comments