Skip to content

Commit 6f814a3

Browse files
Remove private flag from hook package json
1 parent 25fd11b commit 6f814a3

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

packages/react-hotkeys-hook/package.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "react-hotkeys-hook",
3-
"private": true,
43
"version": "0.0.0",
54
"type": "module",
65
"scripts": {
@@ -9,6 +8,30 @@
98
"test": "vitest",
109
"prepublishOnly": "vitest run && npm run build"
1110
},
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/JohannesKlauss/react-keymap-hook.git"
14+
},
15+
"homepage": "https://johannesklauss.github.io/react-hotkeys-hook/",
16+
"author": "Johannes Klauss",
17+
"main": "dist/index.js",
18+
"types": "dist/index.d.ts",
19+
"files": [
20+
"dist"
21+
],
22+
"keywords": [
23+
"react",
24+
"hook",
25+
"hooks",
26+
"component",
27+
"hotkey",
28+
"shortcut",
29+
"keyboard",
30+
"shortcuts",
31+
"keypress",
32+
"hotkeys"
33+
],
34+
"license": "MIT",
1235
"peerDependencies": {
1336
"react": ">=16.8.0",
1437
"react-dom": ">=16.8.0"

0 commit comments

Comments
 (0)