Skip to content

Commit

Permalink
Fix package.json files. Closes #28
Browse files Browse the repository at this point in the history
  • Loading branch information
jadjoubran committed Mar 20, 2018
1 parent b44a5b2 commit 1c77d6d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
bower_components/
build/
node_modules/
.vscode/
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.git
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
"test": "polymer test",
"test:integration": "polymer build"
},
"files": [
"*"
],
"bin": {
"webdash": "./scripts/index.js"
}
Expand Down

0 comments on commit 1c77d6d

Please sign in to comment.