remove /module

This commit is contained in:
wobsoriano
2022-11-12 20:12:36 -08:00
parent 85998101c7
commit 0f9653d1a4
4 changed files with 127 additions and 146 deletions

View File

@@ -9,17 +9,13 @@
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"./module": {
"import": "./module.mjs"
}
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist",
"module.mjs"
"dist"
],
"scripts": {
"dev": "concurrently \"pnpm build --watch\" \"pnpm --filter playground dev\"",