Skip to content

Commit dc958b3

Browse files
author
Sergey Uchaev
committed
npm update
1 parent 8ea2a46 commit dc958b3

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

Diff for: .gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ yarn-debug.log*
66
yarn-error.log*
77
pnpm-debug.log*
88
lerna-debug.log*
9-
9+
.npmrc
1010
node_modules
1111
dist
1212
dist-ssr

Diff for: package.json

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "react-webauthn",
3-
"private": true,
4-
"version": "0.0.1",
2+
"name": "@u4aew/react-webauthn",
3+
"version": "1.0.0",
4+
"description": "React hook for webauthn",
55
"type": "module",
66
"scripts": {
77
"start:demo": "vite",
@@ -25,5 +25,12 @@
2525
"@vitejs/plugin-react": "^2.2.0",
2626
"typescript": "^4.6.4",
2727
"vite": "^3.2.0"
28+
},
29+
"repository": {
30+
"type": "git",
31+
"url": "https://github.com/u4aew/react-webauthn"
32+
},
33+
"publishConfig": {
34+
"registry": "https://npm.pkg.github.com/u4aew"
2835
}
2936
}

0 commit comments

Comments
 (0)