Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
Proper exit
Browse files Browse the repository at this point in the history
  • Loading branch information
victorb committed Sep 17, 2016
1 parent 70fedf2 commit 0abed33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"test": "exit(0)",
"test": "echo no tests specified && exit 1",
"build": "aegir-build node",
"lint": "aegir-lint",
"release": "aegir-release node",
Expand Down Expand Up @@ -51,4 +51,4 @@
"greenkeeperio-bot <support@greenkeeper.io>",
"nginnever <ginneversource@gmail.com>"
]
}
}

0 comments on commit 0abed33

Please sign in to comment.