File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ Compress Commons is a library that defines a common interface for working with a
1010npm 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments