Skip to content

Commit

Permalink
this preset doesn't actually have any of these files
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Oct 3, 2022
1 parent 561a5ad commit a017d1e
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions code/addons/essentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,6 @@
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"./manager": {
"require": "./dist/manager.js",
"import": "./dist/manager.mjs",
"types": "./dist/manager.d.ts"
},
"./preview": {
"require": "./dist/preview.js",
"import": "./dist/preview.mjs",
"types": "./dist/preview.d.ts"
},
"./register.js": {
"require": "./dist/manager.js",
"import": "./dist/manager.mjs",
"types": "./dist/manager.d.ts"
},
"./package.json": "./package.json"
},
"main": "dist/index.js",
Expand Down Expand Up @@ -123,9 +108,7 @@
},
"bundler": {
"entries": [
"./src/index.ts",
"./src/manager.tsx",
"./src/preview.ts"
"./src/index.ts"
],
"platform": "node"
},
Expand Down

0 comments on commit a017d1e

Please sign in to comment.