From 13c82ce68974eb0675117708df47c938a379d0ca Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Sat, 19 Mar 2016 21:24:07 +0100 Subject: [PATCH] cleanup --- .gitignore | 4 +++- package.json | 8 ++++---- {ts => test}/test.ts | 0 3 files changed, 7 insertions(+), 5 deletions(-) rename {ts => test}/test.ts (100%) diff --git a/.gitignore b/.gitignore index 1354184..9bbfa8e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ ts/*.js ts/*.js.map node_modules -test/ +docs/ +coverage/ + diff --git a/package.json b/package.json index 9b07135..ca1fd8c 100644 --- a/package.json +++ b/package.json @@ -18,13 +18,13 @@ }, "homepage": "https://github.com/pushrocks/remotezip#readme", "dependencies": { - "beautylog": "^2.0.2", - "gulp": "^3.9.0", - "gulp-remote-src": "^0.4.0", + "beautylog": "^3.1.2", + "gulp": "^3.9.1", + "gulp-remote-src": "^0.4.1", "gulp-unzip": "^0.1.3", "remotefile": "0.0.14" }, "devDependencies": { - "npmts": "1.0.9" + "npmts": "3.5.0" } } diff --git a/ts/test.ts b/test/test.ts similarity index 100% rename from ts/test.ts rename to test/test.ts