Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #114 from yhatt/fix-building-electron-version
Browse files Browse the repository at this point in the history
Fix building electron version
  • Loading branch information
yhatt authored Nov 6, 2016
2 parents 2369b73 + 86168ba commit ea620c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gulpfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packageOpts =
dir: 'dist'
out: 'packages'
name: config.name
version: config.dependencies['electron']
version: config.devDependencies['electron']
prune: true
overwrite: true
'app-bundle-id': 'jp.yhatt.marp'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"coffee-script": "^1.10.0",
"del": "^2.2.0",
"electron": "1.4.3",
"electron": "1.3.8",
"electron-packager": "8.1.0",
"glob": "^7.0.0",
"gulp": "^3.9.0",
Expand Down

0 comments on commit ea620c8

Please sign in to comment.