From 594ab254e27bf5280d879f948d8b83a0240185d3 Mon Sep 17 00:00:00 2001 From: luffySAMA Date: Sat, 8 Sep 2018 19:33:17 +0800 Subject: [PATCH] add publish info --- package.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4cc22a9..0c5182d 100644 --- a/package.json +++ b/package.json @@ -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", @@ -34,6 +34,12 @@ ] } ] + }, + "publish": { + "provider": "github", + "repo": "electron-app", + "owner": "luffySAMA", + "releaseType": "release" } }, "scripts": {