Skip to content

Commit

Permalink
fix: only publish build to NPM
Browse files Browse the repository at this point in the history
BREAKING CHANGE: will not include src files.
  • Loading branch information
friedjoff committed Oct 22, 2020
1 parent 2843503 commit 615c4f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"description": "Library for tree recommendations.",
"license": "MIT",
"version": "2.0.0",
"source": "src/index.js",
"files": [
"build"
],
"main": "build/index.js",
"devDependencies": {
"@geops/mapbox-gl-fonts": "3.0.0",
Expand Down

0 comments on commit 615c4f2

Please sign in to comment.