We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f8b46 commit d598623Copy full SHA for d598623
package.json
@@ -1,12 +1,21 @@
1
{
2
- "version": "0.1.0",
+ "version": "1.0.0",
3
"license": "MIT",
4
"main": "dist/index.js",
5
"typings": "dist/index.d.ts",
6
"files": [
7
- "dist",
8
- "src"
+ "dist"
9
],
+ "keywords": [
10
+ "react",
11
+ "offscreen",
12
+ "react-offscreen",
13
+ "keep-alive"
14
+ ],
15
+ "homepage": "https://github.com/IVLIU/react-offscreen",
16
+ "repository": {
17
+ "url": "https://github.com/IVLIU/react-offscreen"
18
+ },
19
"engines": {
20
"node": ">=10"
21
},
@@ -33,8 +42,8 @@
33
42
"singleQuote": true,
34
43
"trailingComma": "es5"
35
44
36
- "name": "react-offscreen",
37
- "author": "liuchuan",
45
+ "name": "@ivliu/react-offscreen",
46
+ "author": "ivliu",
38
47
"module": "dist/react-offscreen.esm.js",
39
48
"size-limit": [
40
49
0 commit comments