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": {