Skip to content

Commit

Permalink
Remove electron-screenshot from standard package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Apr 23, 2018
1 parent e04412f commit def8296
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -55,7 +55,7 @@ script:
- set -e
- ./setup.sh
- yarn lint
- npm install electron spectron ava optimist tmp spectron-fake-dialog
- npm install electron spectron ava optimist tmp spectron-fake-dialog electron-screenshot
- xvfb-run node_modules/.bin/ava --timeout=60s tests/electron_tests
- prove -Isrc/perl5 -r -j3 tests/perl_tests;
- utils/jb_run.js -p 9000 & sleep 2
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -49,7 +49,6 @@
"dojo-util": "1.13.0",
"dojo-webpack-plugin": "^2.7.2",
"dojox": "1.13.0",
"electron-screenshot": "^1.0.2",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.10.0",
Expand Down

0 comments on commit def8296

Please sign in to comment.