Skip to content

Commit 0bcc5d0

Browse files
committed
Fix syntax of package.json using npm pkg fix
1 parent 124238a commit 0bcc5d0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- [fix] update contents of package.json using `npm pkg fix`
6+
57
## 8.2.2 (2025-01-26)
68

79
- [fix] Add handling for known axe-core conflicts [#104](https://github.com/chanzuckerberg/axe-storybook-testing/pull/104)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"homepage": "https://github.com/chanzuckerberg/axe-storybook-testing",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/chanzuckerberg/axe-storybook-testing.git"
8+
"url": "git+https://github.com/chanzuckerberg/axe-storybook-testing.git"
99
},
1010
"bin": {
11-
"axe-storybook": "./bin/axe-storybook.js"
11+
"axe-storybook": "bin/axe-storybook.js"
1212
},
1313
"main": "build/index.js",
1414
"files": [

0 commit comments

Comments
 (0)