Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Nov 10, 2023
1 parent 95cefa3 commit 22a166d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "dist/index.js",
"scripts": {
"lint": "standardx -v \"./**/*.ts\"",
"build-tests": "esbuild test/index.ts --bundle --format=cjs --keep-names > test/test-bundle.js",
"build-tests": "esbuild test/index.ts --target=es2020 --bundle --keep-names > test/test-bundle.js",
"test": "npm run lint && npm run build && npm run build-tests && npm run test-tape-run",
"test-tape-run": "cat test/index.html | tape-run --input=html --static=test | tap-arc",
"build-cjs": "esbuild src/*.ts --format=cjs --tsconfig=tsconfig.build.json --keep-names --outdir=./dist --out-extension:.js=.cjs",
Expand All @@ -15,7 +15,7 @@
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@nichoth/debug": "^0.2.2",
"@nichoth/debug": "^0.2.5",
"@nichoth/tapzero": "^0.8.0",
"@preact/preset-vite": "^2.5.0",
"@typescript-eslint/parser": "^5.55.0",
Expand Down

0 comments on commit 22a166d

Please sign in to comment.