From f8e1559fb834bc663340c54a7d643cb0a2c7616e Mon Sep 17 00:00:00 2001 From: Nils Knappmeier Date: Wed, 15 Mar 2017 22:03:49 +0100 Subject: [PATCH] Update depedency versions --- package.json | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index b7d364f..940e286 100644 --- a/package.json +++ b/package.json @@ -17,10 +17,7 @@ "main": "index.js", "license": "MIT", "scripts": { - "pretest": "standard --version || npm -g install standard", - "test": "mocha && standard", - "preformat": "standard --version || npm -g install standard", - "format": "standard --fix", + "test": "mocha && standard --fix", "thought": "thought run -a", "prethoughtcheck": "thought --version || npm -g install thought", "thoughtcheck": "thought check-engines", @@ -28,25 +25,25 @@ "preversion": "npm run thoughtcheck" }, "dependencies": { - "debug": "^2.2.0", + "debug": "^2.6.3", "handlebars": "^4.0.6", "handlebars-source-locators": "^1.0.0", "lodash": "^4.17.4", "m-io": "^0.5.0", "promised-handlebars": "^2.0.1", "q": "^1.4.1", - "q-deep": "^1.0.1" + "q-deep": "^1.0.3" }, "devDependencies": { "chai": "^3.5.0", "chai-as-promised": "^6.0.0", - "customize": "^1.0.0", + "customize": "^1.1.0", "get-promise": "^1.4.0", "ghooks": "^2.0.0", "json-stable-stringify": "^1.0.1", "mocha": "^3.2.0", "standard": "^9.0.1", - "thoughtful-release": "^0.3.0", + "thoughtful-release": "^0.3.1", "trace-and-clarify-if-possible": "^1.0.0" }, "peerDependencies": {