Skip to content

Commit 2f777ef

Browse files
committed
update repo urls [ci skip]
1 parent e9df6a2 commit 2f777ef

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ Compress Commons is a library that defines a common interface for working with a
1010
npm install compress-commons --save
1111
```
1212

13-
You can also use `npm install https://github.com/ctalkington/node-compress-commons/archive/master.tar.gz` to test upcoming versions.
13+
You can also use `npm install https://github.com/archiverjs/node-compress-commons/archive/master.tar.gz` to test upcoming versions.
1414

1515
## Things of Interest
1616

1717
- [Source Docs (coming soon)](https://docsrc.com/compress-commons/)
18-
- [Changelog](https://github.com/ctalkington/node-compress-commons/releases)
19-
- [Contributing](https://github.com/ctalkington/node-compress-commons/blob/master/CONTRIBUTING.md)
20-
- [MIT License](https://github.com/ctalkington/node-compress-commons/blob/master/LICENSE-MIT)
18+
- [Changelog](https://github.com/archiverjs/node-compress-commons/releases)
19+
- [Contributing](https://github.com/archiverjs/node-compress-commons/blob/master/CONTRIBUTING.md)
20+
- [MIT License](https://github.com/archiverjs/node-compress-commons/blob/master/LICENSE-MIT)
2121

2222
## Credits
2323

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
"name": "compress-commons",
33
"version": "0.2.6",
44
"description": "a library that defines a common interface for working with archive formats within node",
5-
"homepage": "https://github.com/ctalkington/node-compress-commons",
5+
"homepage": "https://github.com/archiverjs/node-compress-commons",
66
"author": {
77
"name": "Chris Talkington",
88
"url": "http://christalkington.com/"
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/ctalkington/node-compress-commons.git"
12+
"url": "https://github.com/archiverjs/node-compress-commons.git"
1313
},
1414
"bugs": {
15-
"url": "https://github.com/ctalkington/node-compress-commons/issues"
15+
"url": "https://github.com/archiverjs/node-compress-commons/issues"
1616
},
1717
"licenses": [
1818
{
1919
"type": "MIT",
20-
"url": "https://github.com/ctalkington/node-compress-commons/blob/master/LICENSE-MIT"
20+
"url": "https://github.com/archiverjs/node-compress-commons/blob/master/LICENSE-MIT"
2121
}
2222
],
2323
"main": "lib/compress-commons.js",

0 commit comments

Comments
 (0)