From 4c8029971be11df9ef7f927d81d0ca22aba5ee45 Mon Sep 17 00:00:00 2001 From: Nera Liu Date: Sat, 21 Nov 2015 15:03:53 +0800 Subject: [PATCH] bump up version to 2.1.0 with partial analysis support --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index daea8df..878ab3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-secure-handlebars", - "version": "2.0.4", + "version": "2.1.0", "licenses": [ { "type": "BSD", @@ -51,6 +51,8 @@ "grunt-contrib-clean": "^0.6.0", "grunt-contrib-jshint": "^0.11.0", "grunt-mocha-istanbul": "^2.3.0", + "mocha": "^2.3.4", + "istanbul": "^0.4.0", "supertest": "^0.15.0" }, "main": "./src/express-secure-handlebars.js",