Skip to content

Commit f8d9e31

Browse files
committed
Fix rimraf version dependency
1 parent 51653d9 commit f8d9e31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jsftp",
33
"id": "jsftp",
4-
"version": "1.3.2",
4+
"version": "1.3.3",
55
"description": "A sane FTP client implementation for NodeJS",
66
"keywords": [ "ftp", "protocol", "files", "server", "client", "async" ],
77
"author": "Sergi Mansilla <sergi.mansilla@gmail.com> (http://sergimansilla.com)",
@@ -25,7 +25,7 @@
2525
"mocha-istanbul": "0.2.0",
2626
"sinon": "1.10.3",
2727
"ftp-test-server": "0.0.1",
28-
"rimraf": "4.2.8"
28+
"rimraf": "2.2.8"
2929
},
3030
"main": "./jsftp.js",
3131
"engines": {

0 commit comments

Comments
 (0)