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