Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit b159184

Browse files
committed
fix(build): update urls to repo in package.json
1 parent 4faf31e commit b159184

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,12 @@
141141
"description": "This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a \"skinned\" version of Bootstrap with additional components and customizations.",
142142
"repository": {
143143
"type": "git",
144-
"url": "https://github.com/patternfly/patternfly.git"
144+
"url": "https://github.com/patternfly/patternfly-3.git"
145145
},
146146
"bugs": {
147-
"url": "https://github.com/patternfly/patternfly/issues"
147+
"url": "https://github.com/patternfly/patternfly-3/issues"
148148
},
149-
"homepage": "https://github.com/patternfly/patternfly",
149+
"homepage": "https://github.com/patternfly/patternfly-3",
150150
"config": {
151151
"commitizen": {
152152
"path": "./node_modules/cz-conventional-changelog"

0 commit comments

Comments
 (0)