From f2f01fb65cb4cd5c51b984fa6186008159a7491e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Soares=20dos=20Santos?= Date: Sun, 31 May 2015 18:43:31 +0100 Subject: [PATCH] chore(package.json): bump minor version and add load-grunt-tasks and sinon to dev dependencies --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e44bbbd8..290efef7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "showdown", - "version": "1.0.2", + "version": "1.1.0", "description": "A Markdown to HTML converter written in Javascript", "author": "Estevão Santos", "homepage": "http://showdownjs.github.io/showdown/", @@ -46,8 +46,10 @@ "grunt-jscs": "^1.2.0", "grunt-simple-mocha": "^0.4.0", "jscs": "^1.10.0", + "load-grunt-tasks": "^3.2.0", "mocha": "*", "should": "^4.4.2", + "sinon": "^1.14.1", "source-map-support": "^0.2.9" } }