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 25, 2019
1 parent a6beead commit bbd04bf
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,8 @@
"windows"
]
},
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-plugin-inappbrowser"
},
"bugs": {
"url": "https://issues.apache.org/jira/browse/CB"
},
"repository": "github:apache/cordova-plugin-inappbrowser",
"bugs": "https://github.com/apache/cordova-plugin-inappbrowser/issues",
"keywords": [
"cordova",
"in",
Expand All @@ -45,7 +40,8 @@
"4.0.0": {
"cordova": ">100"
}
}
},
"node": ">=6.0.0"
},
"author": "Apache Software Foundation",
"license": "Apache-2.0",
Expand All @@ -57,5 +53,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 bbd04bf

Please sign in to comment.