Skip to content

Commit

Permalink
Limit files in npm package [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
viveleroi committed Sep 20, 2018
1 parent 1cc09b1 commit 08da631
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,13 @@
"dependencies": {
"lodash.foreach": "^4.1.0",
"lodash.get": "^4.0.2"
}
},
"files": [
"index.js",
"package.json",
"yarn.lock",
"CHANGELOG.md",
"LICENSE",
"README.md"
]
}

0 comments on commit 08da631

Please sign in to comment.