Skip to content

Commit

Permalink
Add empty test script
Browse files Browse the repository at this point in the history
  • Loading branch information
coox committed Oct 29, 2019
1 parent c87f185 commit 90680b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"main": "index.js",
"scripts": {
"lint": "eslint .",
"release": "np"
"release": "np",
"test": "echo \"No test were written\" && exit 0"
},
"keywords": [
"eslint",
Expand Down

0 comments on commit 90680b1

Please sign in to comment.