Skip to content

Commit

Permalink
Not distributing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ganesh47 committed Mar 22, 2023
1 parent c77350e commit 4caaf31
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
@@ -1,6 +1,6 @@
{
"name": "totp-basic",
"version": "0.0.5",
"version": "0.0.6",
"description": "A Basic TOTP (Time-based One-time Password Algorithm) implementation in TypeScript for use with cloudflare-workers",
"type": "module",
"main": "dist/index.js",
Expand All @@ -12,7 +12,7 @@
},
"scripts": {
"run:tsnode": "node --no-warnings --loader ts-node/esm.mjs index.ts",
"prepublishOnly": "mv dist/src/* dist/ && rm -rf dist/src",
"prepublishOnly": "mv dist/src/* dist/ && rm -rf dist/src && rm -rf dist/test",
"build": "tsc",
"test": "vitest",
"coverage": "vitest run --coverage"
Expand Down

0 comments on commit 4caaf31

Please sign in to comment.