Skip to content

Commit

Permalink
docs: update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 committed Jun 30, 2024
1 parent 072a6d9 commit 9d8138e
Showing 1 changed file with 27 additions and 5 deletions.
32 changes: 27 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
{
"name": "urlstate",
"name": "state-in-url",
"version": "0.1.0",
"description": "",
"homepage": "https://github.com/asmyshlyaev177/urlstate#readme",
"description": "Library to store state in browser URL, includes hook for NextJS, hook for pure React, and low level helpers.",
"homepage": "https://github.com/asmyshlyaev177/state-in-url#readme",
"keywords": [
"state-management",
"Next.js",
"client components communication",
"query string",
"typescript",
"react.js",
"workflow",
"javascript",
"hooks",
"reactjs",
"react",
"NextJS"
],
"repository": {
"type": "git",
"url": "git+https://github.com/asmyshlyaev177/urlstate.git"
"url": "git+https://github.com/asmyshlyaev177/state-in-url.git"
},
"author": {
"name": "asmyshlyaev177",
Expand All @@ -18,7 +32,7 @@
"url": "https://patreon.com/asmyshlyaev177"
},
"bugs": {
"url": "https://github.com/asmyshlyaev177/urlstate/issues"
"url": "https://github.com/asmyshlyaev177/state-in-url/issues"
},
"workspaces": [
"packages/urlstate",
Expand All @@ -33,6 +47,14 @@
"import": {
"default": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"module": {
"types": "./dist/index.js",
"default": "./dist/index.d.ts"
},
"default": {
"types": "./dist/index.js",
"default": "./dist/index.d.ts"
}
},
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 9d8138e

Please sign in to comment.