Skip to content

Commit e049c22

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)