Skip to content

Commit

Permalink
fix remove_meta for sync, 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanramage committed Apr 21, 2016
1 parent 4a3eb8a commit 76ce3e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ var recover = require('recover-couch-doc')
var jsonist = require('jsonist')
var template = require('lodash').template
var once = require('lodash').once
var remove_meta = require('ndjson-to-elasticsearch/lib/remove-meta')

module.exports = function (config, log, since) {
var _retry = async.retry.bind(null, config.retry)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "couch2elastic4sync",
"version": "3.4.1",
"version": "3.4.2",
"description": "Sync couchdb data to elasticsearch.",
"main": "./lib/index.js",
"bin": "./bin/cli.js",
Expand Down

0 comments on commit 76ce3e4

Please sign in to comment.