Skip to content

Commit

Permalink
chore: move five-bells repos to interledgerjs
Browse files Browse the repository at this point in the history
  • Loading branch information
justmoon committed Oct 16, 2016
1 parent 3eaeb42 commit 2efe91c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -2,10 +2,10 @@

[npm-image]: https://img.shields.io/npm/v/five-bells-shared.svg?style=flat
[npm-url]: https://npmjs.org/package/five-bells-shared
[circle-image]: https://circleci.com/gh/interledger/five-bells-shared.svg?style=shield
[circle-url]: https://circleci.com/gh/interledger/five-bells-shared
[codecov-image]: https://codecov.io/gh/interledger/five-bells-shared/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/interledger/five-bells-shared
[circle-image]: https://circleci.com/gh/interledgerjs/five-bells-shared.svg?style=shield
[circle-url]: https://circleci.com/gh/interledgerjs/five-bells-shared
[codecov-image]: https://codecov.io/gh/interledgerjs/five-bells-shared/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/interledgerjs/five-bells-shared

> Shared module among Five Bells Node.js apps
Expand Down
4 changes: 2 additions & 2 deletions bin/bump.sh
Expand Up @@ -83,7 +83,7 @@ checkCircleBuildStatus() {
# "previous_successful_build": null,
# "build_parameters": null,
# "reponame": "five-bells-ledger",
# "build_url": "https://circleci.com/gh/interledger/five-bells-ledger/724",
# "build_url": "https://circleci.com/gh/interledgerjs/five-bells-ledger/724",
# "failed": null,
# "branch": "master",
# "username": "interledger",
Expand All @@ -104,7 +104,7 @@ checkCircleBuildStatus() {
# "no_dependency_cache": null,
# "stop_time": null,
# "build_time_millis": null,
# "vcs_url": "https://github.com/interledger/five-bells-ledger",
# "vcs_url": "https://github.com/interledgerjs/five-bells-ledger",
# "author_email": "alan@ripple.com"
# ...
# }]
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -22,14 +22,14 @@
},
"repository": {
"type": "git",
"url": "git@github.com:interledger/five-bells-shared.git"
"url": "git@github.com:interledgerjs/five-bells-shared.git"
},
"author": "Ripple <info@ripple.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/interledger/five-bells-shared/issues"
"url": "https://github.com/interledgerjs/five-bells-shared/issues"
},
"homepage": "https://github.com/interledger/five-bells-shared",
"homepage": "https://github.com/interledgerjs/five-bells-shared",
"dependencies": {
"base64url": "^1.0.6",
"canonical-json": "0.0.4",
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish_web.js
Expand Up @@ -10,7 +10,7 @@ let cwd = path.resolve(__dirname, '..')
// Get current web branch
console.log('\n# Cloning web branch')
exec('rm -rf web', { cwd })
exec('git clone git@github.com:interledger/five-bells-shared.git --branch gh-pages --single-branch web', { cwd })
exec('git clone git@github.com:interledgerjs/five-bells-shared.git --branch gh-pages --single-branch web', { cwd })

// Update jsdoc
console.log('\n# Updating API docs')
Expand Down

0 comments on commit 2efe91c

Please sign in to comment.