diff --git a/package.json b/package.json index eb267e7..6dd833b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "use-one", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "packageManager": "pnpm@7.28.0", "repository": { @@ -14,6 +14,17 @@ "url": "https://github.com/suhaotian/use-one/issues" }, "homepage": "https://github.com/suhaotian/use-one", + "keywords": [ + "state", + "management", + "manager", + "store", + "react", + "reactjs", + "hooks", + "react-hooks", + "typescript" + ], "main": "./dist/index.cjs", "module": "./dist/index.esm.js", "types": "./dist/types/index.d.ts",