diff options
author | Matthew Miller <matthew@millerti.me> | 2020-05-20 15:31:56 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-05-20 15:31:56 -0700 |
commit | 682969bdd921d45a41517f52c402a95f37d1c1d9 (patch) | |
tree | 8df0c539fcfd4a745cc8b32b9f93566981705c21 | |
parent | 123e376db933add35d1cdf3b0a6473b5fb2ba7b8 (diff) |
Update server package.json
-rw-r--r-- | packages/server/package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/server/package.json b/packages/server/package.json index 176debb..7108747 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -6,12 +6,13 @@ "types": "dist/index.d.ts", "author": "Matthew Miller<matthew@millerti.me>", "license": "MIT", - "homepage": "https://github.com/MasterKale/webauthntine#readme", + "homepage": "https://github.com/MasterKale/WebAuthntine/packages/server#readme", "scripts": { "build": "rimraf dist && ttsc", "test": "jest", "test:watch": "jest --watch", - "test:coverage": "npm test -- --coverage" + "test:coverage": "npm test -- --coverage", + "prepublish": "npm run build" }, "keywords": [ "webauthn" |