Skip to content

Commit

Permalink
Update NPM Package Node Requirement and Others
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Apr 24, 2019
1 parent d153c06 commit 7964a00
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
},
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-plugin-inappbrowser"
"url": "github:apache/cordova-plugin-inappbrowser"
},
"bugs": {
"url": "https://issues.apache.org/jira/browse/CB"
"url": "https://github.com/apache/cordova-plugin-inappbrowser/issues",
"email": "[email protected]"
},
"keywords": [
"cordova",
Expand All @@ -45,7 +46,8 @@
"4.0.0": {
"cordova": ">100"
}
}
},
"node": ">=6.0.0"
},
"author": "Apache Software Foundation",
"license": "Apache-2.0",
Expand All @@ -57,5 +59,6 @@
"eslint-plugin-node": "^5.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
}
}
},
"homepage": "https://cordova.apache.org/"
}

0 comments on commit 7964a00

Please sign in to comment.