Skip to content
This repository has been archived by the owner on Aug 18, 2018. It is now read-only.

Commit

Permalink
Missed the code change
Browse files Browse the repository at this point in the history
  • Loading branch information
kstaken committed Jul 25, 2018
1 parent b20f409 commit 1bfde74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const Promise = require('bluebird');
const _ = require('lodash');
const parseError = require('error_parser');
const parseError = require('@terascope/error-parser');

const DOCUMENT_EXISTS = 409;

Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@
lodash "^4.17.5"
to-fast-properties "^2.0.0"

"@terascope/error-parser@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@terascope/error-parser/-/error-parser-1.0.0.tgz#0853b6d10845babda7a7ed596632f866d2fde86d"
dependencies:
lodash "^4.17.4"

acorn-jsx@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-3.0.1.tgz#afdf9488fb1ecefc8348f6fb22f464e32a58b36b"
Expand Down Expand Up @@ -653,12 +659,6 @@ error-ex@^1.2.0:
dependencies:
is-arrayish "^0.2.1"

error_parser@terascope/error_parser:
version "1.0.0"
resolved "https://codeload.github.com/terascope/error_parser/tar.gz/8ae70454aa00548af250a2a3abfc294910681121"
dependencies:
lodash "^4.17.4"

es-abstract@^1.7.0:
version "1.12.0"
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
Expand Down

0 comments on commit 1bfde74

Please sign in to comment.