gulp-angular-htmlify
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -5,3 +5,3 @@ 'use strict'; | ||
module.exports = function(params) { | ||
module.exports = function (params) { | ||
//perhaps in the future | ||
@@ -16,3 +16,3 @@ params = params || {}; | ||
return through.obj(function(file, enc, cb) { | ||
return through.obj(function (file, enc, cb) { | ||
//pass through | ||
@@ -19,0 +19,0 @@ if (file.isNull()) { |
{ | ||
"name": "gulp-angular-htmlify", | ||
"version": "0.0.1", | ||
"engines": { | ||
"node": ">=0.10.0" | ||
}, | ||
"description": "Change your ng-attributes to data-ng-attributes for html5 validation", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha" | ||
}, | ||
"keywords": [ | ||
"gulp", | ||
"gulpplugin", | ||
"angular", | ||
"w3c", | ||
"validator", | ||
"html5", | ||
"data-ng", | ||
"ng" | ||
], | ||
"author": { | ||
"name": "Gilad Peleg", | ||
"email": "giladp007@gmail.com" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"mocha": "^1.18.2" | ||
}, | ||
"dependencies": { | ||
"gulp-util": "^2.2.14", | ||
"through2": "^0.4.1" | ||
} | ||
"name": "gulp-angular-htmlify", | ||
"version": "0.0.2", | ||
"engines": { | ||
"node": ">=0.10.0" | ||
}, | ||
"description": "Change your ng-attributes to data-ng-attributes for html5 validation", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha" | ||
}, | ||
"keywords": [ | ||
"gulp", | ||
"gulpplugin", | ||
"angular", | ||
"w3c", | ||
"validator", | ||
"html5", | ||
"data-ng", | ||
"ng" | ||
], | ||
"author": { | ||
"name": "Gilad Peleg", | ||
"email": "giladp007@gmail.com" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"mocha": "^1.18.2" | ||
}, | ||
"dependencies": { | ||
"gulp-util": "^2.2.14", | ||
"through2": "^0.4.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4092
3