Reorg
... | ... | @@ -13,8 +13,8 @@ |
"devDependencies": {}, | ||
"scripts": { | ||
"pretest": "eslint --ignore-path .eslintignore .", | ||
"test": "mocha", | ||
"download": "npm test && node app.js" | ||
"test": "mocha 'lib/*.spec.js'", | ||
"download": "node app.js" | ||
}, | ||
"author": "whatitis", | ||
"license": "MIT", | ||
... | ... |
Please register or sign in to comment