Skip to content

Commit

Permalink
better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusmaso committed Dec 3, 2014
1 parent 61f2f31 commit d91df88
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
underscore.catenate [![Build Status](https://travis-ci.org/mateusmaso/underscore.catenate.svg?branch=master)](https://travis-ci.org/mateusmaso/underscore.catenate)
===================

This library is an extension for Underscore which allows chaining functions into a single method that executes them in sequence.

## Features

* Catenate merged functions
* Catenate merged functions.

## Dependencies

* underscore.js (>= 1.5)
* underscore.js (>= 1.5.0)

## Node

Expand Down
4 changes: 2 additions & 2 deletions dist/underscore.catenate.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// underscore.catenate
// -------------------
// v0.1.0
// v0.1.1
//
// Copyright (c) 2013-2014 Mateus Maso
// Distributed under MIT license
Expand Down Expand Up @@ -40,4 +40,4 @@
}
};

}));
}));
2 changes: 1 addition & 1 deletion dist/underscore.catenate.min.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// underscore.catenate
// -------------------
// v0.1.0
// v0.1.1
//
// Copyright (c) 2013-2014 Mateus Maso
// Distributed under MIT license
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "underscore.catenate",
"description": "Underscore helper for merging functions in the same context",
"version": "0.1.0",
"version": "0.1.1",
"author": "mateusmaso",
"keywords": ["underscore", "javascript", "catenate"],
"devDependencies": {
Expand All @@ -28,4 +28,4 @@
"test": "grunt mochaTest"
},
"main": "dist/underscore.catenate.js"
}
}
2 changes: 1 addition & 1 deletion src/underscore.catenate.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
}
};

}));
}));

0 comments on commit d91df88

Please sign in to comment.