Skip to content

Commit

Permalink
pkg: fix repository links in package.json files
Browse files Browse the repository at this point in the history
They need to point to directories under `tree/master`

Semver: patch
  • Loading branch information
Eric Satterwhite committed Apr 27, 2020
1 parent 5048b30 commit a0e05d2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/scylladown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"bugs": {
"url": "https://github.com/esatterwhite/skyring/issues"
},
"homepage": "https://github.com/esatterwhite/skyring/packages/scylladown#readme",
"homepage": "https://github.com/esatterwhite/skyring/tree/master/packages/scylladown#readme",
"dependencies": {
"abstract-leveldown": "^4.0.3",
"cassandra-driver": "^3.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/skyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"homepage": "https://esatterwhite.github.io/skyring/",
"repository": {
"type": "git",
"url": "https://github.com/esatterwhite/skyring/packages/skyring"
"url": "https://github.com/esatterwhite/skyring/tree/master/packages/skyring"
},
"engines": {
"node": ">=8.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/tcp-transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
],
"author": "Eric Satterwhite <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/esatterwhite/skyring/packages/skyring-tcp-transport",
"homepage": "https://github.com/esatterwhite/skyring/tree/master/packages/skyring-tcp-transport",
"engines": {
"node": ">= 8.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/esatterwhite/skyring/packages/skyring-tcp-transport"
"url": "https://github.com/esatterwhite/skyring/tree/master/packages/skyring-tcp-transport"
},
"bugs": {
"email": "[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions packages/zmq-transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
},
"author": "Eric Satterwhite <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/esatterwhite/skyring/packages/zmq-transport#readme",
"homepage": "https://github.com/esatterwhite/skyring/tree/master/packages/zmq-transport#readme",
"repository": {
"type": "git",
"url": "https://github.com/esatterwhite/skyring/packages/zmq-transport"
"url": "https://github.com/esatterwhite/skyring/tree/master/packages/zmq-transport"
},
"engines": {
"node": ">=8.0.0"
Expand Down

0 comments on commit a0e05d2

Please sign in to comment.