Skip to content

Commit

Permalink
Adding repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
darshangit committed Jun 13, 2022
1 parent e4ef679 commit cf6b287
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-trap-focus",
"version": "1.0.2",
"version": "1.0.3",
"description": "A react component to trap focus for accessibility",
"main": "dist/main.js",
"source": "src/index.js",
Expand All @@ -24,5 +24,9 @@
"devDependencies": {
"parcel": "^2.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/darshangit/react-trap-focus.git"
},
"private": false
}

0 comments on commit cf6b287

Please sign in to comment.