Skip to content

Commit

Permalink
fix: include all.js in bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 11, 2021
1 parent 1f8fb24 commit 292337e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
"types": "types/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE",
"types/index.d.ts"
"types/index.d.ts",
"all.js"
],
"scripts": {
"build": "babel src -d dist --ignore \"**/*.test.js\"",
Expand Down

0 comments on commit 292337e

Please sign in to comment.