Still trying to get cra to play nice with theatre

This commit is contained in:
Aria Minaei 2021-08-07 23:24:37 +02:00
parent 824fdd6843
commit f4f33dcd8d
8 changed files with 88 additions and 62 deletions

View file

@ -17,14 +17,7 @@
"types": "dist/index.d.ts",
"type": "commonjs",
"files": [
"dist/index.cjs",
"dist/index.cjs.map",
"dist/index.mjs",
"dist/index.mjs.map",
"dist/index.min.js",
"dist/index.min.js.map",
"dist/index.min.js.LEGAL.txt",
"dist/index.d.ts"
"dist/*"
],
"scripts": {
"prepublish": "node ../../devEnv/ensurePublishing.js"