Skip to content

Commit

Permalink
Do not throw when there are no tests
Browse files Browse the repository at this point in the history
I know there should be. But there aren't yet and I need my docs to build
  • Loading branch information
myfrom committed May 14, 2018
1 parent a259663 commit 5da989f
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
@@ -1,13 +1,13 @@
{
"name": "notifier",
"version": "0.1.0",
"version": "1.0.0",
"description": "A lightweight library to show paper-toast and paper-dialog alerts easily.",
"main": "notifier.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "echo \"No test specified\" && exit 0",
"build-docs": "jsdoc notifier.js -c jsdoc.json && cd docs && bower i"
},
"repository": {
Expand Down

0 comments on commit 5da989f

Please sign in to comment.