From f758dabe4482f67fb597779d78115c35a9f038f2 Mon Sep 17 00:00:00 2001 From: Simon Boudrias Date: Sat, 26 Sep 2015 21:46:54 -0700 Subject: [PATCH] Bump dependency and fix license key --- package.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 6d6d760..bbf4601 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "istanbul": "^0.3.2", "istanbul-threshold-checker": "^0.1.0", "lodash": "^3.0.1", - "through2": "^0.6.3" + "through2": "^2.0.0" }, "devDependencies": { "gulp": "^3.6.2", @@ -42,9 +42,5 @@ "mocha": "^2.0.1", "rimraf": "^2.2.8" }, - "licenses": [ - { - "type": "MIT" - } - ] + "license": "MIT" }