Skip to content

Commit

Permalink
perf: remove unused dependencies from passwordless (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbesLindesay committed Jul 22, 2020
1 parent 2cb6b70 commit 42fb3af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
7 changes: 3 additions & 4 deletions packages/passwordless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@authentication/cookie": "^0.1.2",
"@authentication/generate-passcode": "^1.1.0",
"@authentication/is-email": "^0.0.2",
"@authentication/lock-by-id": "^0.0.2",
"@authentication/rate-limit": "^0.0.7",
"@authentication/request-url": "^0.0.0",
"@authentication/secure-hash": "^1.0.0",
"@types/ms": "^0.7.30",
"ms": "^2.1.1"
},
"devDependencies": {
"@types/ms": "^0.7.30"
},
"scripts": {},
"repository": "https://github.com/ForbesLindesay/authentication/tree/master/packages/passwordless",
"bugs": "https://github.com/ForbesLindesay/authentication/issues",
Expand Down
5 changes: 0 additions & 5 deletions packages/passwordless/src/responses.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// export interface CreatedToken {
// kind: CreateTokenStatusKind.CreatedToken;
// tokenID: string;
// }

import {
PasswordlessResponseKind,
RateLimitExceededError,
Expand Down

0 comments on commit 42fb3af

Please sign in to comment.