Comparing version 0.1.0 to 0.1.1
# Gulp-job changelog | ||
## 18 February 2015: _0.1.1_ | ||
* Typo in readme and dependencies update. | ||
## 16 December 2014: _0.1.0_ | ||
* Templates on your object. |
{ | ||
"name": "gulp-job", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Wrap compiled Gulp templates and bind them to an object", | ||
@@ -17,3 +17,3 @@ "main": "index.js", | ||
}, | ||
"keywords": [ "Jade" ], | ||
"keywords": [ "Jade", "wrapper", "browser" ], | ||
"license": "MIT", | ||
@@ -26,14 +26,14 @@ "bugs": { | ||
"underscore": "1.7.0", | ||
"gulp-util": "3.0.1", | ||
"gulp-util": "3.0.3", | ||
"through2": "0.6.3" | ||
}, | ||
"devDependencies": { | ||
"jshint": "2.5.10", | ||
"jscs": "1.8.1", | ||
"mocha": "2.0.1", | ||
"chai": "1.10.0", | ||
"jshint": "2.6.0", | ||
"jscs": "1.11.3", | ||
"mocha": "2.1.0", | ||
"chai": "2.0.0", | ||
"sinon": "1.12.2", | ||
"sinon-chai": "2.6.0", | ||
"sinon-chai": "2.7.0", | ||
"vinyl": "0.4.6" | ||
} | ||
} |
@@ -13,3 +13,3 @@ # [gulp](https://github.com/wearefractal/gulp)-job [![NPM version](http://img.shields.io/npm/v/gulp-job.svg)](https://www.npmjs.org/package/gulp-job) [![Build status](http://img.shields.io/travis/mattyod/gulp-job.svg)](http://travis-ci.org/mattyod/gulp-job) | ||
Gulp job will wrap a file in a seld invoking function that in turn binds the 'file' to a namespace on an object. The following describes the specific use case that lead to the creation of _gulp-job_. | ||
Gulp job will wrap a file in a self invoking function that in turn binds the 'file' to a namespace on an object. The following describes the specific use case that lead to the creation of _gulp-job_. | ||
@@ -16,0 +16,0 @@ Lets say you have a Jade template, something like: |
13966
+ Addedarray-differ@1.0.0(transitive)
+ Addedarray-uniq@1.0.3(transitive)
+ Addedbeeper@1.1.1(transitive)
+ Addedgulp-util@3.0.3(transitive)
+ Addedlodash._basecopy@3.0.1(transitive)
+ Addedlodash._basetostring@3.0.1(transitive)
+ Addedlodash._basevalues@3.0.0(transitive)
+ Addedlodash._getnative@3.9.1(transitive)
+ Addedlodash._isiterateecall@3.0.9(transitive)
+ Addedlodash._reescape@3.0.0(transitive)
+ Addedlodash._reevaluate@3.0.0(transitive)
+ Addedlodash._reinterpolate@3.0.0(transitive)
+ Addedlodash._root@3.0.1(transitive)
+ Addedlodash.escape@3.2.0(transitive)
+ Addedlodash.isarguments@3.1.0(transitive)
+ Addedlodash.isarray@3.0.4(transitive)
+ Addedlodash.keys@3.1.2(transitive)
+ Addedlodash.reescape@3.0.1(transitive)
+ Addedlodash.reevaluate@3.0.1(transitive)
+ Addedlodash.reinterpolate@3.0.1(transitive)
+ Addedlodash.restparam@3.6.1(transitive)
+ Addedlodash.template@3.6.2(transitive)
+ Addedlodash.templatesettings@3.1.1(transitive)
+ Addedobject-assign@2.1.1(transitive)
+ Addedreplace-ext@0.0.1(transitive)
- Removedgulp-util@3.0.1(transitive)
- Removedlodash@2.4.2(transitive)
- Removedlodash._escapehtmlchar@2.4.1(transitive)
- Removedlodash._escapestringchar@2.4.1(transitive)
- Removedlodash._htmlescapes@2.4.1(transitive)
- Removedlodash._isnative@2.4.1(transitive)
- Removedlodash._objecttypes@2.4.1(transitive)
- Removedlodash._reinterpolate@2.4.1(transitive)
- Removedlodash._reunescapedhtml@2.4.1(transitive)
- Removedlodash._shimkeys@2.4.1(transitive)
- Removedlodash.defaults@2.4.1(transitive)
- Removedlodash.escape@2.4.1(transitive)
- Removedlodash.isobject@2.4.1(transitive)
- Removedlodash.keys@2.4.1(transitive)
- Removedlodash.template@2.4.1(transitive)
- Removedlodash.templatesettings@2.4.1(transitive)
- Removedlodash.values@2.4.1(transitive)
Updatedgulp-util@3.0.3