mirror of
https://github.com/HackPlan/gulp-angular-cloak.git
synced 2026-01-12 17:02:35 +08:00
update dependencies
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user