Skip to content

Commit

Permalink
fix: exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed Oct 26, 2020
1 parent 2214816 commit 400a4b2
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 @@ -16,7 +16,10 @@
"import": "./es/index.js",
"require": "./umd/index.cjs"
},
"./es": "./es/index.js"
"./es": {
"import": "./es/index.js",
"require": "./umd/index.cjs"
}
},
"scripts": {
"build": "env-cmd -e production run-p clean \"build:tsc -- {@}\" build:rollup",
Expand Down

0 comments on commit 400a4b2

Please sign in to comment.