We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124238a commit e049c22Copy full SHA for e049c22
package.json
@@ -5,10 +5,10 @@
5
"homepage": "https://github.com/chanzuckerberg/axe-storybook-testing",
6
"repository": {
7
"type": "git",
8
- "url": "https://github.com/chanzuckerberg/axe-storybook-testing.git"
+ "url": "git+https://github.com/chanzuckerberg/axe-storybook-testing.git"
9
},
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