fix ES6 module bundle path
This commit is contained in:
parent
1c956c1660
commit
4156aafc46
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
"version": "0.1.1",
|
||||
"description": "A small, strange building block",
|
||||
"main": "./dist/index.cjs.js",
|
||||
"module": "./src/index.es.js",
|
||||
"module": "./dist/index.es.js",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue