Skip to content

Commit

Permalink
small fix for tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-malko committed Apr 12, 2018
1 parent 451d23e commit 64ca7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
},
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "echo \"Error: no test specified!\" && exit 1",
"postuninstall": "node ./lib/npm-scripts/postuninstall.js",
"postversion": "node ./lib/npm-scripts/postversion.js",
"lint": "eslint bin/*.js lib/**/*.js"
Expand Down

0 comments on commit 64ca7b8

Please sign in to comment.