Skip to content
This repository was archived by the owner on Sep 5, 2018. It is now read-only.

Commit 4c80299

Browse files
committed
bump up version to 2.1.0 with partial analysis support
1 parent bc072d9 commit 4c80299

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "express-secure-handlebars",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"licenses": [
55
{
66
"type": "BSD",
@@ -51,6 +51,8 @@
5151
"grunt-contrib-clean": "^0.6.0",
5252
"grunt-contrib-jshint": "^0.11.0",
5353
"grunt-mocha-istanbul": "^2.3.0",
54+
"mocha": "^2.3.4",
55+
"istanbul": "^0.4.0",
5456
"supertest": "^0.15.0"
5557
},
5658
"main": "./src/express-secure-handlebars.js",

0 commit comments

Comments
 (0)