Skip to content

Commit

Permalink
[all] Fix repo urls (#983)
Browse files Browse the repository at this point in the history
* Fixes the repo urls

* Remove gitignore entry
  • Loading branch information
Henri authored and kof committed Jan 16, 2019
1 parent f0df08f commit 6313a08
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dist
coverage
lerna-debug.log
yarn-error.log
.idea
.idea
2 changes: 1 addition & 1 deletion packages/jss-plugin-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:cssinjs/jss.git"
"url": "https://github.com/cssinjs/jss"
},
"bugs": {
"url": "https:/cssinjs/jss/issues/new?title=[jss-plugin-cache]"
Expand Down
2 changes: 1 addition & 1 deletion packages/jss-plugin-camel-case/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:cssinjs/jss.git"
"url": "https://github.com/cssinjs/jss"
},
"bugs": {
"url": "https:/cssinjs/jss/issues/new?title=[jss-plugin-camel-case]"
Expand Down
2 changes: 1 addition & 1 deletion packages/jss-plugin-compose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:cssinjs/jss.git"
"url": "https://github.com/cssinjs/jss"
},
"bugs": {
"url": "https:/cssinjs/jss/issues/new?title=[jss-plugin-compose]"
Expand Down
2 changes: 1 addition & 1 deletion packages/jss-plugin-default-unit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:cssinjs/jss.git"
"url": "https://github.com/cssinjs/jss"
},
"bugs": {
"url": "https:/cssinjs/jss/issues/new?title=[jss-plugin-default-unit]"
Expand Down
2 changes: 1 addition & 1 deletion packages/jss-plugin-expand/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:cssinjs/jss.git"
"url": "https://github.com/cssinjs/jss"
},
"bugs": {
"url": "https:/cssinjs/jss/issues/new?title=[jss-plugin-expand]"
Expand Down
2 changes: 1 addition & 1 deletion packages/jss-plugin-extend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:cssinjs/jss.git"
"url": "https://github.com/cssinjs/jss"
},
"bugs": {
"url": "https:/cssinjs/jss/issues/new?title=[jss-plugin-extend]"
Expand Down
2 changes: 1 addition & 1 deletion packages/jss-plugin-global/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:cssinjs/jss.git"
"url": "https://github.com/cssinjs/jss"
},
"bugs": {
"url": "https:/cssinjs/jss/issues/new?title=[jss-plugin-global]"
Expand Down
2 changes: 1 addition & 1 deletion packages/jss-plugin-isolate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:cssinjs/jss.git"
"url": "https://github.com/cssinjs/jss"
},
"bugs": {
"url": "https:/cssinjs/jss/issues/new?title=[jss-plugin-isolate]"
Expand Down
2 changes: 1 addition & 1 deletion packages/jss-plugin-nested/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:cssinjs/jss.git"
"url": "https://github.com/cssinjs/jss"
},
"bugs": {
"url": "https:/cssinjs/jss/issues/new?title=[jss-plugin-nested]"
Expand Down
2 changes: 1 addition & 1 deletion packages/jss-plugin-props-sort/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:cssinjs/jss.git"
"url": "https://github.com/cssinjs/jss"
},
"bugs": {
"url": "https:/cssinjs/jss/issues/new?title=[jss-plugin-props-sort]"
Expand Down
2 changes: 1 addition & 1 deletion packages/jss-plugin-rule-value-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:cssinjs/jss.git"
"url": "https://github.com/cssinjs/jss"
},
"bugs": {
"url": "https:/cssinjs/jss/issues/new?title=[jss-plugin-rule-value-function]"
Expand Down
2 changes: 1 addition & 1 deletion packages/jss-plugin-rule-value-observable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:cssinjs/jss.git"
"url": "https://github.com/cssinjs/jss"
},
"bugs": {
"url": "https:/cssinjs/jss/issues/new?title=[jss-plugin-rule-value-observable]"
Expand Down
2 changes: 1 addition & 1 deletion packages/jss-plugin-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:cssinjs/jss.git"
"url": "https://github.com/cssinjs/jss"
},
"bugs": {
"url": "https:/cssinjs/jss/issues/new?title=[jss-plugin-template]"
Expand Down
2 changes: 1 addition & 1 deletion packages/jss-plugin-vendor-prefixer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:cssinjs/jss.git"
"url": "https://github.com/cssinjs/jss"
},
"bugs": {
"url": "https:/cssinjs/jss/issues/new?title=[jss-plugin-vendor-prefixer]"
Expand Down
2 changes: 1 addition & 1 deletion packages/jss-preset-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:cssinjs/jss.git"
"url": "https://github.com/cssinjs/jss"
},
"bugs": {
"url": "https:/cssinjs/jss/issues/new?title=[jss-preset-default]"
Expand Down
2 changes: 1 addition & 1 deletion packages/jss-starter-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:cssinjs/jss.git"
"url": "https://github.com/cssinjs/jss"
},
"bugs": {
"url": "https:/cssinjs/jss/issues/new"
Expand Down
2 changes: 1 addition & 1 deletion packages/jss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:cssinjs/jss.git"
"url": "https://github.com/cssinjs/jss"
},
"bugs": {
"url": "https:/cssinjs/jss/issues/new"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-jss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:cssinjs/jss.git"
"url": "https://github.com/cssinjs/jss"
},
"bugs": {
"url": "https:/cssinjs/jss/issues/new?title=[react-jss]"
Expand Down

0 comments on commit 6313a08

Please sign in to comment.