Skip to content

Commit

Permalink
tap-arc
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeseda committed Sep 19, 2023
1 parent 42e3d8a commit 2205be6
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 @@ -7,7 +7,7 @@
"deno:test": "deno test -A --unstable mod.test.ts",
"deno:fmt": "deno fmt mod.ts && deno fmt mod.test.ts",
"lint": "eslint . --fix",
"test:unit": "cross-env tape 'test/*-test.js' | tap-spec",
"test:unit": "cross-env tape 'test/*-test.js' | tap-arc",
"coverage": "nyc --reporter=lcov --reporter=text-summary npm run test:unit",
"test": "npm run lint && npm run coverage",
"rc": "npm version prerelease --preid RC",
Expand Down Expand Up @@ -38,7 +38,7 @@
"js-yaml": "~4.1.0",
"nyc": "^15.1.0",
"rollup": "^3.27.0",
"tap-spec": "^5.0.0",
"tap-arc": "^1.0.0",
"tape": "~5.6.6",
"terser": "~5.19.2"
},
Expand Down

0 comments on commit 2205be6

Please sign in to comment.