Skip to content

Commit

Permalink
React-helmet: Removed phantomJS dependency (#406)
Browse files Browse the repository at this point in the history
PhantomJS is unmaintained removed dependency from
package.json and karma.conf.js.

Signed-off-by: ossdev07 <ossdev@puresoftware.com>
  • Loading branch information
ossdev07 authored and cwelch5 committed Oct 30, 2018
1 parent c102586 commit 6500e28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ language: node_js

node_js:
- 'node'
- 8
- 7
- 6
- 5
- 4

install:
- npm i -g npm@latest
Expand Down
4 changes: 2 additions & 2 deletions karma.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ module.exports = function(config) {
// - PhantomJS
// - IE (only Windows; has to be installed with `npm install karma-ie-launcher`)
browsers: process.env.TRAVIS
? ["ChromeTravis", "PhantomJS"]
: ["Chrome", "PhantomJS", "Firefox"],
? ["ChromeTravis"]
: ["Chrome", "Firefox"],

customLaunchers: {
ChromeTravis: {
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,11 @@
"karma-firefox-launcher": "^1.0.1",
"karma-html-reporter": "^0.2.7",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-phantomjs-shim": "^1.4.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.30",
"karma-tap-reporter": "^0.0.6",
"karma-webpack": "^2.0.3",
"mocha": "^3.2.0",
"phantomjs-prebuilt": "^2.1.14",
"prettier": "^1.4.4",
"react": "^15.x",
"react-dom": "^15.x",
Expand Down

0 comments on commit 6500e28

Please sign in to comment.