Skip to content

Commit

Permalink
remove bluebird from deps
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Nov 1, 2015
1 parent 627a6e2 commit 2540218
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
@@ -1,7 +1,5 @@
language: node_js

node_js:
- "0.10"
- "0.11"
- "0.12"
- "iojs"
- "4"
- "5"
3 changes: 1 addition & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "exeq",
"version": "2.2.0",
"version": "2.3.0",
"description": "Excute shell commands in queue",
"main": "index.js",
"repository": {
Expand All @@ -24,7 +24,6 @@
},
"license": "MIT",
"dependencies": {
"bluebird": "^2.6.4",
"native-or-bluebird": "^1.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit 2540218

Please sign in to comment.