Skip to content

Commit

Permalink
Fix syntax of package.json using npm pkg fix (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
booc0mtaco authored Jan 28, 2025
1 parent 124238a commit 3ee185c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

- [fix] update contents of package.json using `npm pkg fix`
[#105](https://github.com/chanzuckerberg/axe-storybook-testing/pull/105)

## 8.2.2 (2025-01-26)

- [fix] Add handling for known axe-core conflicts [#104](https://github.com/chanzuckerberg/axe-storybook-testing/pull/104)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
"bin": {
"axe-storybook": "./bin/axe-storybook.js"
"axe-storybook": "bin/axe-storybook.js"
},
"main": "build/index.js",
"files": [
Expand Down

0 comments on commit 3ee185c

Please sign in to comment.