Updated the changelog, and fixed a jshint error.

This commit is contained in:
Spencer Alger
2014-03-03 11:17:34 -07:00
parent 1401269c32
commit 983bcb0fd3
2 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,6 @@ var argv = require('optimist')
var es = require('../../../src/elasticsearch');
var async = require('async');
var path = require('path');
var moment = require('moment');
var makeSamples = require('./samples').make;