Skip to content

Commit

Permalink
fix(pkg): add top level dist
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 9, 2020
1 parent 52dfe90 commit 6da17ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
"dist",
"browser.js",
"browser.mjs",
"node.js",
"node.mjs"
],
"scripts": {
"build": "siroc build",
Expand Down

0 comments on commit 6da17ca

Please sign in to comment.