From b11345cd77953317542f66322492728f5175b5af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fan=20=C3=87elik?= Date: Fri, 5 Jan 2018 23:12:20 +0300 Subject: [PATCH] Bump major version, add "watch" script, update Mocha --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6ada376..6dae21a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "endl", - "version": "0.10.2", + "version": "1.0.0", "description": "Easy-to-use link extractor and file downloader", "author": { "name": "Doğan Çelik", @@ -26,7 +26,8 @@ "homepage": "https://github.com/dogancelik/endl", "scripts": { "prepublish": "coffee -bo lib/ src/", - "test": "node_modules/.bin/mocha" + "test": "node_modules/.bin/mocha", + "watch": "coffee -wbo lib/ src/" }, "directories": { "lib": "lib" @@ -48,6 +49,6 @@ }, "devDependencies": { "chai": "^3.2.0", - "mocha": "^2.2.4" + "mocha": "^4.1.0" } }