We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9d437c + ffdb91e commit ad70083Copy full SHA for ad70083
package.json
@@ -18,9 +18,9 @@
18
"version": "1.7.0",
19
"devDependencies": {
20
"docco": "0.6.x",
21
- "phantomjs": "1.9.7-1",
22
- "uglify-js": "2.4.x",
23
- "eslint": "0.6.x"
+ "eslint": "0.6.x",
+ "phantomjs": "~1.9.9",
+ "uglify-js": "2.4.x"
24
},
25
"scripts": {
26
"test": "phantomjs test/vendor/runner.js test/index.html?noglobals=true && eslint underscore.js test/*.js test/vendor/runner.js",
0 commit comments