diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-05-08 21:19:04 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-05-08 21:19:04 +0200 |
| commit | 3ec8e14833b55d6bff4cf5702f90e1bb9a1b1e40 (patch) | |
| tree | 6992e15abd2bd0d0af8a665aecdf1f64629065d0 /package.json | |
| parent | a0666be3ab58ed83ad6d622cfe2b8293c40dffbb (diff) | |
Add new portrbdr-update
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": { |