From 5da989febea032d91e6e8138d719ddac674d5922 Mon Sep 17 00:00:00 2001 From: Wiktor Olejniczak Date: Mon, 14 May 2018 19:39:48 +0200 Subject: [PATCH] Do not throw when there are no tests I know there should be. But there aren't yet and I need my docs to build --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 54c06d1..05f3be4 100644 --- a/package.json +++ b/package.json @@ -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": {