Skip to content

Commit ad70083

Browse files
committed
Merge pull request #1861 from megawac/phantom
Bump phantomjs dependency
2 parents b9d437c + ffdb91e commit ad70083

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"version": "1.7.0",
1919
"devDependencies": {
2020
"docco": "0.6.x",
21-
"phantomjs": "1.9.7-1",
22-
"uglify-js": "2.4.x",
23-
"eslint": "0.6.x"
21+
"eslint": "0.6.x",
22+
"phantomjs": "~1.9.9",
23+
"uglify-js": "2.4.x"
2424
},
2525
"scripts": {
2626
"test": "phantomjs test/vendor/runner.js test/index.html?noglobals=true && eslint underscore.js test/*.js test/vendor/runner.js",

0 commit comments

Comments
 (0)