Skip to content

Commit

Permalink
chore(npm): package cleanup (#224)
Browse files Browse the repository at this point in the history
* chore(npm): update package properties

- author
- repo
- bugs
- contributors

* chore(npm): add ignore list
  • Loading branch information
erisu authored Mar 31, 2020
1 parent 57f45ce commit 86dd7e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.*
appveyor.yml
pkg
test
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
{
"author": "Gord Tanner <gtanner@gmail.com> (http://github.com/gtanner)",
"author": "Apache Software Foundation",
"name": "cordova-js",
"description": "Cordova JavaScript: a unified JavaScript layer for the Cordova suite of projects enabling cross-platform native mobile development of applications using HTML, CSS and JavaScript.",
"engines": {
"node": ">=10.0.0"
},
"version": "6.0.0-dev",
"homepage": "http://cordova.apache.org",
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-js"
},
"bugs": {
"url": "https://issues.apache.org/jira/browse/CB"
},
"repository": "github:apache/cordova-js",
"bugs": "https://github.com/apache/cordova-js/issues",
"scripts": {
"lint": "eslint --ignore-path .gitignore .",
"pretest": "npm run build:test",
Expand Down Expand Up @@ -66,6 +61,10 @@
{
"name": "Steve Gill",
"email": "stevengill97@gmail.com"
},
{
"name": "Gord Tanner",
"email": "gtanner@gmail.com"
}
],
"dependencies": {
Expand Down

0 comments on commit 86dd7e0

Please sign in to comment.