summaryrefslogtreecommitdiffhomepage
path: root/packages/browser
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-05-22 09:37:06 -0700
committerMatthew Miller <matthew@millerti.me>2020-05-22 09:37:06 -0700
commit5a00a80cadc913f79a24fddc710806b71d210937 (patch)
tree8d7ac79cef97c078fada4463f62f5e0bf616a36e /packages/browser
parent282334daf1a3b618d34a0a3ac060bdea82101226 (diff)
Tweak all package package.json’s
Diffstat (limited to 'packages/browser')
-rw-r--r--packages/browser/package.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/packages/browser/package.json b/packages/browser/package.json
index 914077b..79c8909 100644
--- a/packages/browser/package.json
+++ b/packages/browser/package.json
@@ -1,12 +1,15 @@
{
"name": "@webauthntine/browser",
"version": "1.0.0",
- "description": "WebAuthntine for the Browser",
+ "description": "WebAuthntine for Browsers",
"main": "dist/webauthntine-browser.min.js",
"types": "dist/index.d.ts",
"author": "Matthew Miller <matthew@millerti.me>",
"license": "MIT",
"homepage": "https://github.com/MasterKale/WebAuthntine/packages/browser#readme",
+ "publishConfig": {
+ "access": "public"
+ },
"scripts": {
"build": "rimraf dist && webpack",
"test": "jest",
@@ -15,14 +18,15 @@
"prepare": "npm run build"
},
"keywords": [
- "webauthn"
+ "webauthn",
+ "typescript"
],
"dependencies": {
"base64-js": "^1.3.1"
},
"devDependencies": {
"@types/base64-js": "^1.2.5",
- "@webauthntine/typescript-types": "^1.0.0",
+ "@webauthntine/typescript-types": "file:../typescript-types",
"ts-loader": "^7.0.4",
"webpack": "^4.43.0",
"webpack-auto-inject-version": "^1.2.2",