diff options
Diffstat (limited to 'packages/typescript-types')
-rw-r--r-- | packages/typescript-types/package.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/typescript-types/package.json b/packages/typescript-types/package.json index b3c2531..b1a77dd 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -1,6 +1,6 @@ { "name": "@webauthntine/typescript-types", - "version": "1.0.0", + "version": "0.1.0", "description": "TypeScript types used by the @webauthntine series of libraries", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -18,7 +18,5 @@ "webauthn", "typescript", "types" - ], - "dependencies": { - } + ] } |