We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6323848 commit 2ced4f3Copy full SHA for 2ced4f3
1 file changed
lib/package.json
@@ -1,11 +1,16 @@
1
{
2
"name": "react-presentation-hook",
3
- "version": "0.2.1",
+ "version": "0.2.2",
4
"type": "module",
5
"repository": {
6
"type": "git",
7
"url": "https://github.com/davidsteiner/react-presentation-hook"
8
},
9
+ "keywords": [
10
+ "react",
11
+ "window",
12
+ "presentation"
13
+ ],
14
"main": "./dist/index.js",
15
"module": "./dist/index.js",
16
"types": "./dist/index.d.ts",
0 commit comments