Skip to content

Commit

Permalink
Include only files in _lib_ folder in npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltantothcom committed May 8, 2019
1 parent 42f230b commit 1aff091
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "3.0.0",
"description": "Responsive and accessible clamping component with Read more/Read less buttons built for React.",
"main": "lib/index.js",
"files": [
"lib/**/*"
],
"scripts": {
"build": "webpack"
},
Expand Down

0 comments on commit 1aff091

Please sign in to comment.