File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ - [ fix] update contents of package.json using ` npm pkg fix `
6
+ [ #105 ] ( https://github.com/chanzuckerberg/axe-storybook-testing/pull/105 )
7
+
5
8
## 8.2.2 (2025-01-26)
6
9
7
10
- [ fix] Add handling for known axe-core conflicts [ #104 ] ( https://github.com/chanzuckerberg/axe-storybook-testing/pull/104 )
Original file line number Diff line number Diff line change 5
5
"homepage" : " https://github.com/chanzuckerberg/axe-storybook-testing" ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
- "url" : " https://github.com/chanzuckerberg/axe-storybook-testing.git"
8
+ "url" : " git+ https://github.com/chanzuckerberg/axe-storybook-testing.git"
9
9
},
10
10
"bin" : {
11
- "axe-storybook" : " ./ bin/axe-storybook.js"
11
+ "axe-storybook" : " bin/axe-storybook.js"
12
12
},
13
13
"main" : " build/index.js" ,
14
14
"files" : [
You can’t perform that action at this time.
0 commit comments