grunt-processhtml
Advanced tools
Comparing version 0.3.8 to 0.3.9
{ | ||
"name": "grunt-processhtml", | ||
"description": "Process html files at build time to modify them depending on the release environment", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"homepage": "https://github.com/dciccale/grunt-processhtml", | ||
@@ -33,3 +33,3 @@ "author": { | ||
"async": "^0.9.0", | ||
"htmlprocessor": "0.1.10" | ||
"htmlprocessor": "0.2.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
@@ -1,3 +0,9 @@ | ||
# grunt-processhtml [![Build Status](https://api.travis-ci.org/dciccale/grunt-processhtml.svg)](https://travis-ci.org/dciccale/grunt-processhtml) [![NPM version](https://badge.fury.io/js/grunt-processhtml.png)](http://badge.fury.io/js/grunt-processhtml) | ||
# grunt-processhtml | ||
[![NPM version](https://img.shields.io/npm/v/grunt-processhtml.svg)](https://www.npmjs.com/package/grunt-processhtml) | ||
[![Build Status](https://api.travis-ci.org/dciccale/grunt-processhtml.svg)](https://travis-ci.org/dciccale/grunt-processhtml) | ||
[![NPM downloads](https://img.shields.io/npm/dm/grunt-processhtml.svg)](https://www.npmjs.com/package/grunt-processhtml) | ||
[![Join the chat at https://gitter.im/dciccale/grunt-processhtml](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dciccale/grunt-processhtml?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
> Process html files at build time to modify them depending on the release environment | ||
@@ -322,3 +328,3 @@ | ||
Specify the word used to indicate the special begin/end comments. This is useful if you want to use this plugin | ||
in conjuction with other plugins that use a similar, conflicting `build:<type>` comment | ||
in conjunction with other plugins that use a similar, conflicting `build:<type>` comment | ||
(such as [grunt-usemin](https://github.com/yeoman/grunt-usemin)). | ||
@@ -573,2 +579,3 @@ | ||
## Release History | ||
- 0.3.9 Update [node-htmlprocessor](https://github.com/dciccale/node-htmlprocessor) version | ||
- 0.3.8 Fix #74 | ||
@@ -575,0 +582,0 @@ - 0.3.7 Update [node-htmlprocessor](https://github.com/dciccale/node-htmlprocessor) dependency with added `inline` modifier |
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
23694
599
+ Addedhtmlprocessor@0.2.0(transitive)
- Removedhtmlprocessor@0.1.10(transitive)
Updatedhtmlprocessor@0.2.0