From 51fb84c558da251abde417c6ff991e4810ea8f77 Mon Sep 17 00:00:00 2001 From: Gilad Peleg Date: Sat, 16 Aug 2014 10:25:21 +0300 Subject: [PATCH] update dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c9dcd0a..00fa918 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-angular-htmlify", - "description": "Change your ng-attributes to data-ng-attributes for html5 validation", + "description": "Change your ng-attributes to data-ng-attributes for HTML5 validation", "version": "0.2.3", "engines": { "node": ">=0.10.0" @@ -36,11 +36,11 @@ }, "license": "MIT", "devDependencies": { - "mocha": "^1.21.0" + "mocha": "*" }, "dependencies": { "angular-html5": "^0.2.0", "gulp-util": "^3.0.0", - "through2": "^0.5.1" + "through2": "^0.6.1" } }