Skip to content

Commit ede194b

Browse files
committed
fix parcel deps
1 parent 9febd5e commit ede194b

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
"build:lib": "tsc && tsc --project tsconfig.esm.json && npm run build:rewrite && npm run build:umd",
9292
"build:umd": "SC=buildUMD npm run script",
9393
"build:rewrite": "SC=rewriteBuilds npm run script",
94+
"watch:demo": "parcel demo/index.html --no-cache",
9495
"build:demo": "tsc --project tsconfig.demo.json && parcel build demo/index.html --no-cache --public-url \"./\" && SC=cpGHPages npm run script",
9596
"build:docs": "typedoc --plugin typedoc-plugin-markdown --hideBreadcrumbs --readme none --disableSources --excludePrivate --excludeProtected --githubPages false --out docs/ src/index.ts",
9697
"test": "TS_NODE_PROJECT=test/tsconfig.json uvu -b -r ts-node/register test",
@@ -102,7 +103,6 @@
102103
"@types/pako": "*",
103104
"@types/react": "^18.2.21",
104105
"@types/react-dom": "^18.2.7",
105-
"htmlnano": "2.0.3",
106106
"jszip": "^3.5.0",
107107
"pako": "*",
108108
"parcel": "^2.9.3",

0 commit comments

Comments
 (0)