update dependencies

This commit is contained in:
Gilad Peleg
2014-08-16 10:25:21 +03:00
parent 25e6516d66
commit 51fb84c558

View File

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