Skip to content

Commit

Permalink
rm obsolete dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Apr 29, 2024
1 parent 9a3f70a commit 75b7c01
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
"scripts": {
"lint": "eslint \"./**/*.{ts,js}\"",
"build-tests": "esbuild test/index.ts --platform=node --target=es2022 --bundle --keep-names > test/test-bundle.js",
"test": "npm run lint && npm run build && npm run build-tests && npm run test-tape-run",
"test": "npm run lint && npm run build && npm run test-node",
"test-node": "esbuild ./src/index.ts > ./src/index.js && cd test && esbuild ./index.ts --platform=node --format=esm | node --input-type=module | tap-spec",
"test-tape-run": "cat test/index.html | tape-run --input=html --static=test | tap-spec",
"build-cjs": "esbuild src/*.ts --format=cjs --keep-names --tsconfig=tsconfig.build.json --outdir=./dist --out-extension:.js=.cjs --sourcemap=inline",
"build-esm": "tsc --project tsconfig.build.json",
"build-example": "mkdir -p ./public && rm -rf ./public/* && vite build --base=./",
Expand Down Expand Up @@ -43,7 +42,6 @@
"postcss-nesting": "^12.1.1",
"preact": "^10.20.2",
"tap-spec": "^5.0.0",
"tape-run": "^11.0.0",
"typedoc": "^0.25.13",
"typescript": "^5.4.4"
},
Expand Down

0 comments on commit 75b7c01

Please sign in to comment.