Skip to content

Commit

Permalink
Movng to phantomjs-prebuilt and [email protected]
Browse files Browse the repository at this point in the history
This fixes tests
  • Loading branch information
dennybiasiolli committed Nov 24, 2016
1 parent be1ab8c commit 4a49b6e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
],
"license": "MIT",
"devDependencies": {
"bower": "1.8.0",
"grunt": "0.4.5",
"grunt-bump": "0.7.0",
"grunt-cli": "0.1.13",
Expand All @@ -30,11 +31,12 @@
"karma": "^0.13.15",
"karma-jasmine": "^0.3.6",
"karma-ng-html2js-preprocessor": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.19"
"karma-phantomjs-launcher": "^1.0.2",
"phantomjs-prebuilt": "^2.1.4"
},
"scripts": {
"build": "grunt",
"postinstall": "bower install",
"start": "http-server ./example -p 8081",
"test": "grunt --verbose"
}
Expand Down

0 comments on commit 4a49b6e

Please sign in to comment.