We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f205139 commit e4fb79bCopy full SHA for e4fb79b
package.json
@@ -20,15 +20,15 @@
20
},
21
"homepage": "https://github.com/samdutton/webrtc",
22
"devDependencies": {
23
- "grunt": "^0.4.5",
+ "grunt": ">=0.4.5",
24
"grunt-cli": ">=0.1.9",
25
"grunt-contrib-compress": "^0.13.0",
26
- "grunt-contrib-csslint": "^0.3.1",
+ "grunt-contrib-csslint": ">=0.3.1",
27
"grunt-contrib-jshint": "^0.10.0",
28
- "grunt-htmlhint": "^0.4.1",
+ "grunt-htmlhint": ">=0.4.1",
29
"grunt-jinja": "^0.3.0",
30
- "grunt-jscs": "^1.2.0",
31
- "grunt-jstestdriver-phantomjs": "0.0.7",
32
- "grunt-shell": "^1.1.1"
+ "grunt-jscs": ">=0.8.1",
+ "grunt-shell": "^1.1.1",
+ "grunt-jstestdriver-phantomjs": ">=0.0.7"
33
}
34
0 commit comments