diff options
author | Matthew Miller <matthew@millerti.me> | 2020-05-22 10:02:56 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-05-22 10:02:56 -0700 |
commit | 33ccf8c6c9add811c87d3089e24156c2342b3498 (patch) | |
tree | 11a71bf3b62277cbdd2e226e92fd2056f247289d /packages/typescript-types | |
parent | 72a0a2ee44a47ac4170459018c87cfa788ae0020 (diff) |
chore(release): publish v0.1.0
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": { - } + ] } |