Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Jun 8, 2016
1 parent fceda56 commit c5dd2b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 25 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pwaify",
"version": "1.0.1",
"version": "1.0.2",
"description": "Electron PWA (Progressive Web App) Generator",
"main": "index.js",
"scripts": {
Expand All @@ -19,6 +19,7 @@
"dependencies": {
"chalk": "1.1.3",
"debug": "2.2.0",
"electron-prebuilt": "1.1.2",
"electron-packager": "7.0.2",
"got": "6.3.0",
"meow": "3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion template/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ app.on('window-all-closed', function () {
if (process.platform !== 'darwin') {
app.quit()
}
})
});

app.on('activate', function () {
// On OS X it's common to re-create a window in the app when the
Expand Down
24 changes: 1 addition & 23 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,5 @@
"version": "1.0.0",
"description": "Progressive Web App",
"productName": "PWAify",
"main": "main.js",
"scripts": {
"start": "electron main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/electron/electron-quick-start.git"
},
"keywords": [
"Electron",
"quick",
"start",
"tutorial"
],
"author": "GitHub",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/electron/electron-quick-start/issues"
},
"homepage": "https://github.com/electron/electron-quick-start#readme",
"dependencies": {
"electron-prebuilt": "^1.1.2"
}
"main": "main.js"
}

0 comments on commit c5dd2b2

Please sign in to comment.