grunt-preprocess
Advanced tools
Comparing version 4.0.0 to 4.1.0
@@ -18,3 +18,6 @@ 'use strict'; | ||
context : { | ||
customOption : 'foo' | ||
customOption : 'foo', | ||
foo: function (param) { | ||
return param + '-baz'; | ||
} | ||
} | ||
@@ -21,0 +24,0 @@ } |
{ | ||
"name": "grunt-preprocess", | ||
"description": "Preprocess HTML and JavaScript directives based off environment configuration", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"homepage": "https://github.com/jsoverson/grunt-preprocess", | ||
@@ -36,3 +36,3 @@ "author": { | ||
"dependencies": { | ||
"preprocess": "~2.0.0" | ||
"preprocess": "~2.1.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "devDependencies": { |
@@ -1,4 +0,4 @@ | ||
# grunt-preprocess [![Build Status](https://secure.travis-ci.org/onehealth/grunt-preprocess.png?branch=master)](http://travis-ci.org/onehealth/grunt-preprocess) | ||
# grunt-preprocess [![Build Status](https://secure.travis-ci.org/jsoverson/grunt-preprocess.png?branch=master)](http://travis-ci.org/onehealth/grunt-preprocess) | ||
Grunt task around [preprocess](https://github.com/onehealth/preprocess) npm module | ||
Grunt task around [preprocess](https://github.com/jsoverson/preprocess) npm module | ||
@@ -51,3 +51,3 @@ ## What does it look like? | ||
Type: `Boolean` | ||
Default: `undefined | ||
Default: `undefined` | ||
@@ -106,2 +106,3 @@ Required to enable overwriting of source files | ||
- 4.1.0 bumped preprocess dep to 2.1.0 | ||
- 4.0.0 Switched order of context assignment, small change but necessitated major version | ||
@@ -126,6 +127,4 @@ - 3.0.1 Fixed issue arising from undefined options (#19) | ||
Copyright OneHealth Solutions, Inc | ||
Written by Jarrod Overson | ||
Licensed under the Apache 2.0 license. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
45432
332
42
128
+ Addedpreprocess@2.1.1(transitive)
- Removedpreprocess@2.0.0(transitive)
Updatedpreprocess@~2.1.0