Skip to content

Commit

Permalink
chore(npm): update package & add ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Apr 1, 2020
1 parent 584d640 commit 7298654
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .npmignore
@@ -0,0 +1,3 @@
.*
spec
appveyor.yml
10 changes: 2 additions & 8 deletions package.json
Expand Up @@ -8,21 +8,15 @@
"test": "npm run lint && npm run test:unit",
"test:unit": "jasmine \"spec/**/*.spec.js\""
},
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-serve"
},
"repository": "github:apache/cordova-serve",
"bugs": "https://github.com/apache/cordova-serve/issues",
"keywords": [
"cordova",
"server",
"apache"
],
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"bugs": {
"url": "https://issues.apache.org/jira/browse/CB",
"email": "dev@cordova.apache.org"
},
"dependencies": {
"chalk": "^2.4.1",
"compression": "^1.6.0",
Expand Down

0 comments on commit 7298654

Please sign in to comment.