Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit fcdd07d

Browse files
committed
Add notes about being a fork and publish on NPM
1 parent 8952b59 commit fcdd07d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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+
14
# Rsync ![build status](https://travis-ci.org/mattijs/node-rsync.svg?branch=master)
25

36
[![NPM](https://nodei.co/npm/rsync.png?downloads=true)](https://nodei.co/npm/rsync/)

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"name": "rsync",
3-
"version": "0.6.1",
2+
"name": "@mattlyons/rsync",
3+
"version": "0.6.2",
44
"description": "Rsync cli wrapper",
55
"main": "rsync.js",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/mattijs/node-rsync"
8+
"url": "https://github.com/mattlyons0/node-rsync"
99
},
1010
"keywords": [
1111
"rsync",
1212
"wrapper",
1313
"cli",
1414
"command"
1515
],
16-
"author": "Mattijs Hoitink <[email protected]>",
16+
"author": "Mattijs Hoitink <[email protected]>, Matt Lyons <[email protected]>",
1717
"license": "MIT",
1818
"readmeFilename": "README.md",
1919
"devDependencies": {

0 commit comments

Comments
 (0)