Skip to content

Commit

Permalink
Adds files field on package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pragmaticivan committed Feb 13, 2017
1 parent d29dcb1 commit 8ac5051
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"bugs": {
"url": "/~https://github.com/pragmaticivan/wizard/issues"
},
"files": [
"dist",
"src"
],
"scripts": {
"build": "node ./node_modules/.bin/gulp build",
"lint": "node ./node_modules/.bin/gulp lint",
Expand Down

0 comments on commit 8ac5051

Please sign in to comment.