Skip to content

Commit

Permalink
feat: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchuan committed Aug 19, 2023
1 parent 78f8b46 commit d598623
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
{
"version": "0.1.0",
"version": "1.0.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
"dist"
],
"keywords": [
"react",
"offscreen",
"react-offscreen",
"keep-alive"
],
"homepage": "https://github.com/IVLIU/react-offscreen",
"repository": {
"url": "https://github.com/IVLIU/react-offscreen"
},
"engines": {
"node": ">=10"
},
Expand All @@ -33,8 +42,8 @@
"singleQuote": true,
"trailingComma": "es5"
},
"name": "react-offscreen",
"author": "liuchuan",
"name": "@ivliu/react-offscreen",
"author": "ivliu",
"module": "dist/react-offscreen.esm.js",
"size-limit": [
{
Expand Down

0 comments on commit d598623

Please sign in to comment.