Skip to content

Commit dd0afd0

Browse files
committed
refactor: Replace electron-prebuilt with electron
1 parent d0d8e0e commit dd0afd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
},
2222
"devDependencies": {
2323
"electron-packager": "^7.3.0",
24-
"electron-prebuilt": "^1.2.8",
2524
"mocha": "^3.0.1",
25+
"electron": "^1.3.3",
2626
"npm-run-all": "^2.3.0",
2727
"plist": "^1.2.0",
2828
"spectron": "^3.3.0",

test/electron.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ describe('application launch', function () {
66

77
beforeEach(function () {
88
this.app = new Application({
9-
path: './node_modules/electron-prebuilt/dist/Electron.app/Contents/MacOS/Electron',
9+
path: './node_modules/electron/dist/Electron.app/Contents/MacOS/Electron',
1010
args: ['.']
1111
})
1212
return this.app.start()

0 commit comments

Comments
 (0)