Skip to content

Commit

Permalink
Merge pull request #82 from Unleash/fix/bundle-src-with-dist
Browse files Browse the repository at this point in the history
fix: add src to dist
  • Loading branch information
FredrikOseberg authored Apr 25, 2022
2 parents 99b186a + cf9ee6e commit 40a3546
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"types": "./build/index.d.ts",
"files": [
"build",
"examples"
"examples",
"src"
],
"scripts": {
"preversion": "rm -rf build && npm run build",
Expand Down

0 comments on commit 40a3546

Please sign in to comment.