This repository was archived by the owner on Jul 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## This is a fork of [ node-rsync] ( https://github.com/mattijs/node-rsync ) with 1 bugfix
2
+ ### This fork will be deleted after the bugfix is merged into the master
3
+
1
4
# Rsync ![ build status] ( https://travis-ci.org/mattijs/node-rsync.svg?branch=master )
2
5
3
6
[ ![ NPM] ( https://nodei.co/npm/rsync.png?downloads=true )] ( https://nodei.co/npm/rsync/ )
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " rsync" ,
3
- "version" : " 0.6.1 " ,
2
+ "name" : " @mattlyons/ rsync" ,
3
+ "version" : " 0.6.2 " ,
4
4
"description" : " Rsync cli wrapper" ,
5
5
"main" : " rsync.js" ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
- "url" : " https://github.com/mattijs /node-rsync"
8
+ "url" : " https://github.com/mattlyons0 /node-rsync"
9
9
},
10
10
"keywords" : [
11
11
" rsync" ,
12
12
" wrapper" ,
13
13
" cli" ,
14
14
" command"
15
15
],
16
- "author" : " Mattijs Hoitink <mattijs@monkeyandmachine.com>" ,
16
+ "author" : " Mattijs Hoitink <mattijs@monkeyandmachine.com>, Matt Lyons <npm@mattlyons.net> " ,
17
17
"license" : " MIT" ,
18
18
"readmeFilename" : " README.md" ,
19
19
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments