Skip to content

Commit

Permalink
fix(pkg): fix and clean up package.json (#17)
Browse files Browse the repository at this point in the history
* chore(pkg): remove field "maintainers"
* chore(pkg): remove default-valued field "homepage"
* fix(pkg): fix declaration for binary "create"

Related to apache/cordova#55
  • Loading branch information
raphinesse authored Oct 4, 2020
1 parent 4332092 commit fba2349
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "cordova-test-platform",
"version": "0.0.5",
"description": "Platform that simply stubs the platformAPI for testing and education",
"create": "src/bin/create",
"bin": {
"create": "src/bin/create"
},
"main": "src/cordova/Api.js",
"scripts": {
"cover": "istanbul cover --root bin/templates/cordova --print detail jasmine",
Expand All @@ -18,17 +20,6 @@
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"bugs": "https://github.com/apache/cordova-test-platform/issues",
"homepage": "https://github.com/cordova/cordova-test-platform#readme",
"maintainers": [
{
"name": "stevegill",
"email": "stevengill97@gmail.com"
},
{
"name": "Jesse MacFadyen",
"email": "purplecabbage@apache.org"
}
],
"dependencies": {
"cordova-common": "^3.0.0",
"nopt": "^4.0.1",
Expand Down

0 comments on commit fba2349

Please sign in to comment.