Skip to content

Commit

Permalink
add files stanza in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jinwoo committed Jan 9, 2018
1 parent 6095f58 commit d48a911
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
"bin": {
"jsgl": "build/src/cli.js"
},
"files": [
"CONTRIBUTING.md",
"LICENSE",
"README.md",
"build/src"
],
"types": "build/src/checker",
"scripts": {
"test": "nyc ava",
Expand Down

0 comments on commit d48a911

Please sign in to comment.