Skip to content

Commit

Permalink
chore: update info in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 committed Jun 30, 2024
1 parent 26cdb75 commit ee0016a
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,32 @@
{
"name": "url-state",
"name": "urlstate",
"version": "0.1.0",
"description": "",
"homepage": "https://github.com/asmyshlyaev177/url-state#readme",
"homepage": "https://github.com/asmyshlyaev177/urlstate#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/asmyshlyaev177/url-state.git"
"url": "git+https://github.com/asmyshlyaev177/urlstate.git"
},
"author": {
"name": "asmyshlyaev177",
"email": "asmyshlyaev177@gmail.com",
"url": "https://www.linkedin.com/in/asmyshlyaev177/"
},
"author": "asmyshlyaev177@gmail.com",
"license": "ISC",
"funding": {
"type": "patreon",
"url": "https://patreon.com/asmyshlyaev177"
},
"bugs": {
"url": "https://github.com/asmyshlyaev177/url-state/issues"
"url": "https://github.com/asmyshlyaev177/urlstate/issues"
},
"workspaces": [
"packages/urlstate",
"packages/example-nextjs"
],
"files": [
"dist"
],
"main": "dist/index.js",
"type": "module",
"exports": {
Expand Down

0 comments on commit ee0016a

Please sign in to comment.