Skip to content

Commit d362481

Browse files
committed
Fix github links in package.json files
1 parent 46d023b commit d362481

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/flowtip-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/metalabdesign/flowtip.git"
15+
"url": "https://github.com/metalabdesign/flowtip/tree/master/packages/flowtip-core"
1616
},
1717
"keywords": [
1818
"tooltip",
@@ -22,8 +22,8 @@
2222
],
2323
"license": "MIT",
2424
"bugs": {
25-
"url": "https://github.com/qiushihe/metalabdesign/issues"
25+
"url": "https://github.com/metalabdesign/flowtip/issues"
2626
},
27-
"homepage": "https://github.com/metalabdesign/flowtip/tree/master/packages/flowtip-react-dom",
27+
"homepage": "https://github.com/metalabdesign/flowtip/tree/master/packages/flowtip-core",
2828
"sideEffects": false
2929
}

packages/flowtip-react-dom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/metalabdesign/flowtip.git"
16+
"url": "https://github.com/metalabdesign/flowtip/tree/master/packages/flowtip-react-dom"
1717
},
1818
"keywords": [
1919
"tooltip",
@@ -23,7 +23,7 @@
2323
],
2424
"license": "MIT",
2525
"bugs": {
26-
"url": "https://github.com/qiushihe/metalabdesign/issues"
26+
"url": "https://github.com/metalabdesign/flowtip/issues"
2727
},
2828
"homepage": "https://github.com/metalabdesign/flowtip/tree/master/packages/flowtip-react-dom",
2929
"dependencies": {

0 commit comments

Comments
 (0)