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" } }