Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
version 0.1.2, remove artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Benard committed Jan 29, 2015
1 parent 1a9bc3e commit a546563
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.2 (2014-01-29)

Fixes:

- Remove `isPlainObject` helper

## 0.1.1 (2015-01-29)

Fixes:
Expand Down
3 changes: 0 additions & 3 deletions lib/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@ var isArray = Array.isArray || function(value) {
toString.call(value) == '[object Array]' || false;
};

var isPlainObject =

module.exports.isArray = isArray;
module.exports.isPlainObject = isPlainObject;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elasto",
"version": "0.1.1",
"version": "0.1.2",
"description": "ElasticSearch client",
"main": "index",
"scripts": {
Expand Down

0 comments on commit a546563

Please sign in to comment.