Skip to content

Commit

Permalink
Use electron package name instead of electron-prebuilt (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 authored Aug 18, 2016
1 parent 6a2b4f0 commit 4e74939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
"css-loader": "^0.23.1",
"del": "^2.2.1",
"devtron": "^1.2.1",
"electron": "^1.3.3",
"electron-devtools-installer": "^2.0.1",
"electron-packager": "^7.3.0",
"electron-prebuilt": "^1.2.8",
"electron-rebuild": "^1.1.5",
"eslint": "^3.2.2",
"eslint-config-airbnb": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/e2e.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Application } from 'spectron';
import { expect } from 'chai';
import electronPath from 'electron-prebuilt';
import electronPath from 'electron';
import homeStyles from '../app/components/Home.css';
import counterStyles from '../app/components/Counter.css';

Expand Down

0 comments on commit 4e74939

Please sign in to comment.