We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea2a46 commit dc958b3Copy full SHA for dc958b3
.gitignore
@@ -6,7 +6,7 @@ yarn-debug.log*
6
yarn-error.log*
7
pnpm-debug.log*
8
lerna-debug.log*
9
-
+.npmrc
10
node_modules
11
dist
12
dist-ssr
package.json
@@ -1,7 +1,7 @@
1
{
2
- "name": "react-webauthn",
3
- "private": true,
4
- "version": "0.0.1",
+ "name": "@u4aew/react-webauthn",
+ "version": "1.0.0",
+ "description": "React hook for webauthn",
5
"type": "module",
"scripts": {
"start:demo": "vite",
@@ -25,5 +25,12 @@
25
"@vitejs/plugin-react": "^2.2.0",
26
"typescript": "^4.6.4",
27
"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"
35
}
36
0 commit comments