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

Commit

Permalink
Merge pull request #21 from terascope/error-dep
Browse files Browse the repository at this point in the history
Switching error_parser dependency to the npm tracked version
  • Loading branch information
kstaken authored Jul 25, 2018
2 parents cf1b1b2 + 1bfde74 commit d8a4475
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.0",
"version": "1.1.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"homepage": "https://github.com/terascope/elasticsearch_api#readme",
"dependencies": {
"bluebird": "^3.5.0",
"error_parser": "terascope/error_parser",
"@terascope/error-parser": "^1.0.0",
"lodash": "^4.17.4",
"uuid": "^3.0.1"
},
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 d8a4475

Please sign in to comment.