Skip to content

Commit

Permalink
Merge pull request #19 from slifty/15-remove-bluebird
Browse files Browse the repository at this point in the history
Remove bluebird
  • Loading branch information
slifty authored Nov 15, 2018
2 parents 9ff9d3b + ab07722 commit 0a623ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
6 changes: 2 additions & 4 deletions lib/opened-captions.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
'use strict'

var http = require('http'),
socketio = require('socket.io'),
Message = require('./message'),
Promise = require('bluebird');
var socketio = require('socket.io'),
Message = require('./message');

/**
* This is the main class, the entry point to opened captions. To use it, you just need to import opened captions:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "opened-captions",
"version": "1.0.3",
"dependencies": {
"bluebird": "^2.9.25",
"socket.io": "^2.1.1",
"uuid": "^3.0.0"
},
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ [email protected]:
resolved "https://registry.yarnpkg.com/blob/-/blob-0.0.5.tgz#d680eeef25f8cd91ad533f5b01eed48e64caf683"
integrity sha512-gaqbzQPqOoamawKg0LGVd7SzLgXS+JH61oWprSLH+P+abTczqJbhTR8CmJ2u9/bUYNmHTGJx/UEmn6doAvvuig==

bluebird@^2.9.25:
version "2.11.0"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-2.11.0.tgz#534b9033c022c9579c56ba3b3e5a5caafbb650e1"
integrity sha1-U0uQM8AiyVecVro7Plpcqvu2UOE=

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 0a623ce

Please sign in to comment.