We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36b82cb + 64662f4 commit a774ef1Copy full SHA for a774ef1
packages/module/package.json
@@ -25,7 +25,10 @@
25
"build:sass": "node buildSass.js",
26
"copy:sass": "shx mkdir -p dist/sass && shx cp -r sass/react-catalog-view-extension/* dist/sass"
27
},
28
- "repository": "git+https://github.com/patternfly/react-catalog-view.git",
+ "repository": {
29
+ "type": "git",
30
+ "url": "https://github.com/patternfly/react-catalog-view.git"
31
+ },
32
"author": "Red Hat",
33
"license": "MIT",
34
"bugs": {
0 commit comments