Skip to content

Commit d598623

Browse files
author
liuchuan
committed
feat: publish
1 parent 78f8b46 commit d598623

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

package.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
{
2-
"version": "0.1.0",
2+
"version": "1.0.0",
33
"license": "MIT",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",
66
"files": [
7-
"dist",
8-
"src"
7+
"dist"
98
],
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+
},
1019
"engines": {
1120
"node": ">=10"
1221
},
@@ -33,8 +42,8 @@
3342
"singleQuote": true,
3443
"trailingComma": "es5"
3544
},
36-
"name": "react-offscreen",
37-
"author": "liuchuan",
45+
"name": "@ivliu/react-offscreen",
46+
"author": "ivliu",
3847
"module": "dist/react-offscreen.esm.js",
3948
"size-limit": [
4049
{

0 commit comments

Comments
 (0)