Skip to content

Commit 6e2b948

Browse files
authored
Merge pull request #231 from strongloop/phantomjs
Update dependency and test command for PhantomJS
2 parents deba2d4 + 27d03c0 commit 6e2b948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
"karma-junit-reporter": "^0.3.8",
4646
"karma-mocha": "^0.2.1",
4747
"karma-mocha-reporter": "^1.1.5",
48-
"karma-phantomjs-launcher": "^0.2.3",
48+
"karma-phantomjs-launcher": "^1.0.1",
4949
"karma-requirejs": "^0.2.1",
5050
"loopback": "^2.0",
5151
"loopback-datasource-juggler": "^2.0",
5252
"mocha": "~1.18.0",
5353
"morgan": "^1.2",
54-
"phantomjs": "^1.9.19",
54+
"phantomjs-prebuilt": "^2.1.7",
5555
"requirejs": "^2.1.9"
5656
}
5757
}

0 commit comments

Comments
 (0)