Skip to content

Commit

Permalink
feat(meta): transfer the repository to an org
Browse files Browse the repository at this point in the history
  • Loading branch information
watilde committed Sep 12, 2017
1 parent b1a71ee commit 4dcb286
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributing
## Bug report
When you find issues, please report them:
+ https://github.com/watilde/dep/issues/new
+ https://github.com/depjs/dep/issues/new

Be sure to follow the issue template.

Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Since dep works independently of npm, dep has a standalone script to install.

### Standalone script
```console
$ curl -L https://github.com/watilde/dep/raw/master/scripts/install.js | node
$ curl -L https://github.com/depjs/dep/raw/master/scripts/install.js | node
```

### via npm
Expand All @@ -152,7 +152,7 @@ Also for uninstallation.

### Standalone script
```console
$ curl -L https://github.com/watilde/dep/raw/master/scripts/uninstall.js | node
$ curl -L https://github.com/depjs/dep/raw/master/scripts/uninstall.js | node
```

### via npm
Expand All @@ -166,14 +166,14 @@ See [CONTRIBUTING.mg][]
## License
[MIT](./LICENSE)

[t-img]: https://img.shields.io/travis/watilde/dep/master.svg
[t-url]: https://travis-ci.org/watilde/dep
[a-img]: https://img.shields.io/appveyor/ci/watilde/dep/master.svg
[a-url]: https://ci.appveyor.com/project/watilde/dep/branch/master
[t-img]: https://img.shields.io/travis/depjs/dep/master.svg
[t-url]: https://travis-ci.org/depjs/dep
[a-img]: https://img.shields.io/appveyor/ci/depjs/dep/master.svg
[a-url]: https://ci.appveyor.com/project/depjs/dep/branch/master
[n-img]: https://img.shields.io/node/v/lts.svg
[n-url]: https://github.com/nodejs/LTS#lts-schedule1
[c-img]: https://img.shields.io/coveralls/watilde/dep/master.svg
[c-url]: https://coveralls.io/github/watilde/dep
[c-img]: https://img.shields.io/coveralls/depjs/dep/master.svg
[c-url]: https://coveralls.io/github/depjs/dep
[npm]: https://github.com/npm/npm
[dat]: https://datproject.org/
[emoji-cli]: https://datproject.org/watilde/emoji-cli
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/watilde/dep.git"
"url": "git+https://github.com/depjs/dep.git"
},
"bin": {
"dep": "./bin/dep.js",
Expand All @@ -23,9 +23,9 @@
"author": "Daijiro Wachi",
"license": "MIT",
"bugs": {
"url": "https://github.com/watilde/dep/issues"
"url": "https://github.com/depjs/dep/issues"
},
"homepage": "https://github.com/watilde/dep#readme",
"homepage": "https://github.com/depjs/dep#readme",
"bundleDependencies": [
"fs-extra",
"gunzip-maybe",
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const fs = require('fs')
const execPath = process.execPath
const binPath = path.dirname(execPath)
const dep = path.join(execPath, '../../lib/node_modules/dep')
const repository = 'https://github.com/watilde/dep.git'
const repository = 'https://github.com/depjs/dep.git'
const bin = path.join(dep, 'bin/dep.js')

process.stdout.write(
Expand Down

0 comments on commit 4dcb286

Please sign in to comment.