weird embed context ideas - committing just so it's not lost

This commit is contained in:
MapleLeaf
2021-12-16 12:47:32 -06:00
parent e709e3acb5
commit ffc91900d2
3 changed files with 101 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
"require": "./dist/main.cjs"
},
"scripts": {
"build": "tsup-node src/main.ts --clean --target node16 --format cjs,esm --dts"
"build": "tsup src/main.ts --clean --target node16 --format cjs,esm --dts"
},
"keywords": [],
"author": "itsMapleLeaf",
@@ -21,6 +21,7 @@
"@types/node": "*",
"@types/react": "*",
"@types/react-reconciler": "^0.26.4",
"immer": "^9.0.7",
"react-reconciler": "^0.26.2"
},
"peerDependencies": {