Progress with cra

This commit is contained in:
Aria Minaei 2021-08-07 22:30:29 +02:00
parent 1497eaf610
commit 824fdd6843
15 changed files with 89 additions and 224 deletions

View file

@ -13,7 +13,7 @@
"email": "hello@theatrejs.com",
"url": "https://www.theatrejs.com"
},
"main": "dist/index.cjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "commonjs",
"files": [

View file

@ -13,7 +13,7 @@
"email": "hello@theatrejs.com",
"url": "https://www.theatrejs.com"
},
"main": "dist/index.cjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/index.cjs",