Skip to content

Commit

Permalink
build: Only upload the lib folder to npm
Browse files Browse the repository at this point in the history
Thanks for the awesome library guys, however, it's gigantic because of your examples folder, any chance you would consider only uploading the lib folder?
  • Loading branch information
martolini authored and Alan-Cha committed Dec 3, 2020
1 parent b29b125 commit 4fa6d76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,8 @@
},
"dependencies": {
"seedrandom": "^3.0.5"
}
},
"files": [
"lib"
]
}

0 comments on commit 4fa6d76

Please sign in to comment.