Skip to content

Commit

Permalink
chore(npm): use short notation in package.json (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Apr 16, 2020
1 parent 97866fc commit 96cb2ad
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
"version": "3.0.0-dev",
"description": "Apache Cordova create module. Creates new project from default or template",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-create.git"
},
"repository": "github:apache/cordova-create",
"bugs": "https://github.com/apache/cordova-create/issues",
"keywords": [
"cordova",
"create",
Expand All @@ -16,10 +14,6 @@
],
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apache/cordova-create/issues",
"email": "dev@cordova.apache.org"
},
"engines": {
"node": ">=10"
},
Expand Down

0 comments on commit 96cb2ad

Please sign in to comment.