diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 5c67914..9bfb5ba 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,7 @@ "main": "lib/tomato_sauce.js", "scripts": { "document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md", - "lint": "eslint lib bin", - "test": "I'm really really sorry! && exit 1", + "lint": "eslint .", "start": "bin/tomato_sauce.js" }, "repository": { |