Skip to content

Commit

Permalink
add publish info
Browse files Browse the repository at this point in the history
  • Loading branch information
luffySAMA committed Sep 8, 2018
1 parent f779aa0 commit 594ab25
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "blog",
"productName": "luffySAMA's Blog",
"description": "luffySAMA's Blog",
"name": "electron-app",
"productName": "electron-app",
"description": "electron-app",
"version": "1.0.0",
"private": true,
"author": "luffySAMA",
"homepage": "https://luffysama.github.io",
"homepage": "https://github.com/luffySAMA/electron-app",
"main": "app/background.js",
"build": {
"appId": "luffysama.github.io",
Expand Down Expand Up @@ -34,6 +34,12 @@
]
}
]
},
"publish": {
"provider": "github",
"repo": "electron-app",
"owner": "luffySAMA",
"releaseType": "release"
}
},
"scripts": {
Expand Down

0 comments on commit 594ab25

Please sign in to comment.