From d598623d3d0602d44b4a8eafc14d4679363d947c Mon Sep 17 00:00:00 2001 From: liuchuan Date: Sat, 19 Aug 2023 10:49:42 +0800 Subject: [PATCH] feat: publish --- package.json | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 880d9ae..03e9b91 100644 --- a/package.json +++ b/package.json @@ -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" }, @@ -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": [ {