This is an automated email from the ASF dual-hosted git repository.
erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-electron.git
The following commit(s) were added to refs/heads/master by this push:
new 90aa4b3 chore: update package.json (#128)
90aa4b3 is described below
commit 90aa4b35b4ead6887e6d627b818c38d0feb80fe3
Author: エリス <[email protected]>
AuthorDate: Mon Dec 30 20:50:02 2019 +0900
chore: update package.json (#128)
---
package.json | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/package.json b/package.json
index be51f45..2e5e499 100644
--- a/package.json
+++ b/package.json
@@ -4,17 +4,14 @@
"description": "electron apps as a target for cordova developers",
"main": "bin/templates/cordova/Api.js",
"bin": "bin/create",
- "repository": {
- "type": "git",
- "url": "https://github.com/apache/cordova-electron"
- },
- "bugs": {
- "url": "https://github.com/apache/cordova-electron/issues"
- },
+ "repository": "github:apache/cordova-electron",
+ "bugs": "https://github.com/apache/cordova-electron/issues",
"kewords": [
+ "apache",
"cordova",
- "electron",
- "apache"
+ "cordova:platform",
+ "ecosystem:cordova",
+ "electron"
],
"scripts": {
"lint": "eslint .",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]