grunt-processhtml
Advanced tools
Comparing version 0.4.2 to 0.4.3
{ | ||
"name": "grunt-processhtml", | ||
"description": "Process html files at build time to modify them depending on the release environment", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"homepage": "https://github.com/dciccale/grunt-processhtml", | ||
@@ -26,3 +26,3 @@ "author": { | ||
"engines": { | ||
"node": ">= 0.8.0" | ||
"node": ">= 8.17.0" | ||
}, | ||
@@ -33,12 +33,6 @@ "scripts": { | ||
"dependencies": { | ||
"async": "^1.5.2", | ||
"htmlprocessor": "^0.2.4", | ||
"lodash": "^4.17.5" | ||
"async": "^3.2.3", | ||
"htmlprocessor": "0.3.2", | ||
"lodash": "4.17.21" | ||
}, | ||
"devDependencies": { | ||
"grunt": "^1.0.1", | ||
"grunt-contrib-jshint": "^1.0.0", | ||
"grunt-contrib-nodeunit": "^1.0.0", | ||
"grunt-release": "^0.13.0" | ||
}, | ||
"keywords": [ | ||
@@ -54,3 +48,9 @@ "process", | ||
"gruntplugin" | ||
] | ||
], | ||
"devDependencies": { | ||
"grunt": "^1.4.1", | ||
"grunt-contrib-jshint": "^3.2.0", | ||
"grunt-contrib-nodeunit": "^4.0.0", | ||
"grunt-release": "^0.14.0" | ||
} | ||
} |
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
+ Addedasync@3.2.6(transitive)
+ Addedhtmlprocessor@0.3.2(transitive)
- Removedasync@1.5.2(transitive)
- Removedhtmlprocessor@0.2.6(transitive)
- Removedlodash@2.4.2(transitive)
Updatedasync@^3.2.3
Updatedhtmlprocessor@0.3.2
Updatedlodash@4.17.21