Skip to content

Commit 930013b

Browse files
committed
feature(package) fileop -> @cloudcmd/fileop
1 parent 95eced5 commit 930013b

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ File operations emitter middleware.
55
## Install
66

77
```
8-
npm i fileop
8+
npm i @cloudcmd/fileop
99
```
1010

1111
## Client
@@ -113,17 +113,17 @@ MIT
113113

114114
## Related
115115

116-
- [Spero](https://github.com/coderaiser/node-spero "Spero") - file copy emitter middleware based on `socket.io` and `copymitter`
117-
- [Remedy](https://github.com/coderaiser/node-remedy "Remedy") - emitting middleware for file removing
118-
- [Ishtar](https://github.com/coderaiser/node-ishtar "Ishtar") - pack and extract .tar.gz archives middleware
116+
- [Spero](https://github.com/cloudcmd/node-spero "Spero") - file copy emitter middleware based on `socket.io` and `copymitter`
117+
- [Remedy](https://github.com/cloudcmd/node-remedy "Remedy") - emitting middleware for file removing
118+
- [Ishtar](https://github.com/cloudcmd/node-ishtar "Ishtar") - pack and extract .tar.gz archives middleware
119119
- [Omnes](https://github.com/cloudcmd/node-omnes "Omnes") - extract zip, gz, tar, tar.gz, tgz archives middleware
120120

121-
[NPMIMGURL]: https://img.shields.io/npm/v/fileop.svg?style=flat
122-
[DependencyStatusIMGURL]: https://img.shields.io/gemnasium/coderaiser/node-fileop.svg?style=flat
121+
[NPMIMGURL]: https://img.shields.io/npm/v/@cloudcmd/fileop.svg?style=flat
122+
[DependencyStatusIMGURL]: https://img.shields.io/gemnasium/cloudcmd/node-fileop.svg?style=flat
123123
[LicenseIMGURL]: https://img.shields.io/badge/license-MIT-317BF9.svg?style=flat
124-
[BuildStatusIMGURL]: https://img.shields.io/travis/coderaiser/node-fileop/master.svg?style=flat
125-
[NPMURL]: https://npmjs.org/package/fileop "npm"
126-
[DependencyStatusURL]: https://gemnasium.com/coderaiser/node-fileop "Dependency Status"
124+
[BuildStatusIMGURL]: https://img.shields.io/travis/cloudcmd/node-fileop/master.svg?style=flat
125+
[NPMURL]: https://npmjs.org/package/@cloudcmd/fileop "npm"
126+
[DependencyStatusURL]: https://gemnasium.com/cloudcmd/node-fileop "Dependency Status"
127127
[LicenseURL]: https://tldrlegal.com/license/mit-license "MIT License"
128-
[BuildStatusURL]: https://travis-ci.org/coderaiser/node-fileop "Build Status"
128+
[BuildStatusURL]: https://travis-ci.org/cloudcmd/node-fileop "Build Status"
129129

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "fileop",
2+
"name": "@cloudcmd/fileop",
33
"version": "1.0.0",
44
"description": "file operations emitter middleware",
55
"main": "server/index.js",
@@ -26,7 +26,7 @@
2626
},
2727
"repository": {
2828
"type": "git",
29-
"url": "git://github.com/coderaiser/node-fileop.git"
29+
"url": "git://github.com/cloudcmd/node-fileop.git"
3030
},
3131
"keywords": [
3232
"file",
@@ -37,12 +37,12 @@
3737
"emitter",
3838
"middleware"
3939
],
40-
"author": "coderaiser <[email protected]> (http://coderaiser.github.io/)",
40+
"author": "cloudcmd <[email protected]> (http://coderaiser.github.io/)",
4141
"license": "MIT",
4242
"bugs": {
43-
"url": "https://github.com/coderaiser/node-fileop/issues"
43+
"url": "https://github.com/cloudcmd/node-fileop/issues"
4444
},
45-
"homepage": "https://github.com/coderaiser/node-fileop",
45+
"homepage": "https://github.com/cloudcmd/node-fileop",
4646
"dependencies": {
4747
"copymitter": "^2.0.0",
4848
"currify": "^2.0.4",

0 commit comments

Comments
 (0)