From 0810ce2f40732793bcad73641f8beb36fcf017bb Mon Sep 17 00:00:00 2001 From: jedrichards Date: Tue, 7 Aug 2018 16:15:23 +0100 Subject: [PATCH] Update to rsyncwrapper 3.0.1 --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a0a17f..48be2e9 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ A Grunt multitask for accessing the file copying and syncing capabilities of the ### Release notes +- `3.0.0` Updated to `rsyncwrapper 3.0.0`. - `2.0.0` Updated to `rsyncwrapper 2.0.0`. Updated dev dependencies. Tested on Grunt `1.0.1`. - `1.0.0` Updated to `rsyncwrapper 1.0.0`. Tested on Node `5.3.0`. `grunt` is no longer a peer dependency. - `0.6.2` Updated to `rsyncwrapper 0.4.1`. diff --git a/package.json b/package.json index 9b7207b..a94c6c4 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "test": "grunt test" }, "dependencies": { - "rsyncwrapper": "2.0.1" + "rsyncwrapper": "~3.0.1" }, "devDependencies": { "grunt": "1.0.1",