Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
added instance
Browse files Browse the repository at this point in the history
  • Loading branch information
TakenPilot committed Mar 28, 2015
1 parent 288f629 commit 8695ebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-static-handlebars",
"version": "1.0.13",
"version": "1.1.0",
"description": "Compile handlebars into static files, taking data, partials and helpers from outside sources like files, database, and json through callbacks and promises.",
"main": "index.js",
"repository": "http://github.com/TakenPilot/gulp-static-handlebars.git",
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ describe('Gulp Static Handlebars', function () {
it('should load more than highWaterMark:17 files', function (done) {
//arrange
var partial = '<div>Partial</div>';
var deferred = Promise.defer();
var deferred = bluebird.defer();
var lengthTest = 17;
var passThrough = new stream.PassThrough({highWaterMark: lengthTest, objectMode: true});

Expand Down

0 comments on commit 8695ebd

Please sign in to comment.