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 e1b52df commit ba96980
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

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

> Implementation of crypto-conditions
Expand Down
8 changes: 4 additions & 4 deletions docs/README.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

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

> Implementation of crypto-conditions
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:interledger/five-bells-condition.git"
"url": "git@github.com:interledgerjs/five-bells-condition.git"
},
"keywords": [
"cryptographic",
Expand All @@ -66,9 +66,9 @@
"author": "Ripple <info@ripple.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/interledger/five-bells-condition/issues"
"url": "https://github.com/interledgerjs/five-bells-condition/issues"
},
"homepage": "https://github.com/interledger/five-bells-condition",
"homepage": "https://github.com/interledgerjs/five-bells-condition",
"config": {
"ghooks": {
"commit-msg": "validate-commit-msg"
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish_web.js
Original file line number Diff line number Diff line change
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-condition.git --branch gh-pages --single-branch web', { cwd })
exec('git clone git@github.com:interledgerjs/five-bells-condition.git --branch gh-pages --single-branch web', { cwd })

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

0 comments on commit ba96980

Please sign in to comment.