Skip to content

Commit

Permalink
chore: updating package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Conner McKenna committed Oct 26, 2023
1 parent 82cb8de commit 0059e81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmckenna/use-async-modal",
"version": "1.0.0",
"version": "1.0.1",
"description": "Show promised based modal imperatively using hook for React.js.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -35,9 +35,9 @@
"author": "Jakub Sydor <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Harasz/use-async-modal/issues"
"url": "https://github.com/cmcken22/use-async-modal/issues"
},
"homepage": "https://github.com/Harasz/use-async-modal#readme",
"homepage": "https://github.com/cmcken22/use-async-modal#readme",
"devDependencies": {
"@testing-library/jest-dom": "5.11.9",
"@testing-library/react": "11.2.5",
Expand Down

0 comments on commit 0059e81

Please sign in to comment.