We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124238a commit 0bcc5d0Copy full SHA for 0bcc5d0
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+- [fix] update contents of package.json using `npm pkg fix`
6
+
7
## 8.2.2 (2025-01-26)
8
9
- [fix] Add handling for known axe-core conflicts [#104](https://github.com/chanzuckerberg/axe-storybook-testing/pull/104)
package.json
@@ -5,10 +5,10 @@
"homepage": "https://github.com/chanzuckerberg/axe-storybook-testing",
"repository": {
"type": "git",
- "url": "https://github.com/chanzuckerberg/axe-storybook-testing.git"
+ "url": "git+https://github.com/chanzuckerberg/axe-storybook-testing.git"
},
10
"bin": {
11
- "axe-storybook": "./bin/axe-storybook.js"
+ "axe-storybook": "bin/axe-storybook.js"
12
13
"main": "build/index.js",
14
"files": [
0 commit comments