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