Skip to content

Commit

Permalink
Cleanup bluebird
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeschastny committed Sep 9, 2017
1 parent 48a3c90 commit 5ea6bfb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Expand Up @@ -3,7 +3,6 @@
const compressible = require('compressible')
const toArray = require('stream-to-array')
const isJSON = require('koa-is-json')
const Bluebird = require('bluebird')
const bytes = require('bytes')
const co = require('co')

Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -3,7 +3,6 @@
"description": "HTTP response caching for Koa",
"version": "2.1.1",
"dependencies": {
"bluebird": "^3.1.1",
"bytes": "^2.1.0",
"co": "^4.4.0",
"compressible": "^2.0.0",
Expand Down

0 comments on commit 5ea6bfb

Please sign in to comment.