Refactor
lib/config.js
0 → 100644
lib/errors.js
0 → 100644
lib/index.js
deleted
100644 → 0
lib/sftp.js
0 → 100644
... | ... | @@ -14,7 +14,7 @@ |
"scripts": { | ||
"pretest": "eslint --ignore-path .eslintignore .", | ||
"test": "mocha 'lib/*.spec.js'", | ||
"download": "node app.js" | ||
"download": "node lib/app.js" | ||
}, | ||
"author": "whatitis", | ||
"license": "MIT", | ||
... | ... |
Please register or sign in to comment