rename helper path

This commit is contained in:
2016-04-14 15:33:17 -07:00
parent a25833f60e
commit 992810d90c
2 changed files with 1 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
import events from 'events'; import events from 'events';
import validateSchema from './lib/validate_schema'; import validateSchema from './helpers/validate_schema';
export default class Elastique extends events.EventEmitter { export default class Elastique extends events.EventEmitter {
constructor(options = {}) { constructor(options = {}) {