Skip to content

Commit a774ef1

Browse files
Merge pull request #28 from patternfly/dgutride-patch-1
fix(package): Update package repository details
2 parents 36b82cb + 64662f4 commit a774ef1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/module/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@
2525
"build:sass": "node buildSass.js",
2626
"copy:sass": "shx mkdir -p dist/sass && shx cp -r sass/react-catalog-view-extension/* dist/sass"
2727
},
28-
"repository": "git+https://github.com/patternfly/react-catalog-view.git",
28+
"repository": {
29+
"type": "git",
30+
"url": "https://github.com/patternfly/react-catalog-view.git"
31+
},
2932
"author": "Red Hat",
3033
"license": "MIT",
3134
"bugs": {

0 commit comments

Comments
 (0)