Skip to content

Commit eb5a542

Browse files
committed
Fixes package.json links
1 parent 5f97b96 commit eb5a542

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@accessible/button",
3-
"version": "1.1.0",
4-
"homepage": "https://github.com/accessible-ui/accessible#readme",
5-
"repository": "github:accessible-ui/accessible",
6-
"bugs": "https://github.com/accessible-ui/accessible/issues",
3+
"version": "1.1.1",
4+
"homepage": "https://github.com/accessible-ui/button#readme",
5+
"repository": "github:accessible-ui/button",
6+
"bugs": "https://github.com/accessible-ui/button/issues",
77
"author": "Jared Lunde <[email protected]> (https://jaredLunde.com)",
88
"license": "MIT",
99
"description": "An accessible button component for React that provides interop between real `<button>` elements and fake ones, e.g. `<div role='button'>`",

0 commit comments

Comments
 (0)