Skip to content

Commit

Permalink
Merge pull request #13 from first-line-outsourcing/remove-bluebird
Browse files Browse the repository at this point in the history
Remove bluebird
  • Loading branch information
sibnerian committed Sep 27, 2019
2 parents 2c50f67 + 1f63f11 commit fa9bf83
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 17 deletions.
11 changes: 2 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"electron": "^1.4.15"
},
"dependencies": {
"bluebird": "^3.5.3",
"es6-map": "^0.1.5",
"is-electron-renderer": "^2.0.1",
"serialize-error": "^3.0.0",
Expand Down
1 change: 0 additions & 1 deletion src/base.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import uuid from 'uuid/v4';
import Promise from 'bluebird';
import serializeError from 'serialize-error';
import Map from 'es6-map';
import { ipcMain } from 'electron'; // eslint-disable-line
Expand Down
1 change: 0 additions & 1 deletion test/mainProcess-tests.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import proxyquire from 'proxyquire';
import chai, { expect } from 'chai';
import chaiAsPromised from 'chai-as-promised';
import Promise from 'bluebird';
import lolex from 'lolex';
import { fail } from 'assert';

Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -910,11 +910,6 @@ binary-extensions@^1.0.0:
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.0.tgz#9523e001306a32444b907423f1de2164222f6ab1"
integrity sha512-EgmjVLMn22z7eGGv3kcnHwSnJXmFHjISTY9E/S5lIcTD3Oxw05QTcBLNkJFzcb3cNueUdF/IN4U+d78V0zO8Hw==

bluebird@^3.5.3:
version "3.5.3"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.3.tgz#7d01c6f9616c9a51ab0f8c549a79dfe6ec33efa7"
integrity sha512-/qKPUQlaW1OyR51WeCPBvRnAlnZFUJkCSG5HzGnuIqhgyJtF+T94lFnn33eiazjRm2LAHVy2guNnaq48X9SJuw==

brace-expansion@^1.1.7:
version "1.1.11"
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
Expand Down

0 comments on commit fa9bf83

Please sign in to comment.