Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Commit

Permalink
fix(deps): remove unused or redundant deps and update babel deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Jan 3, 2019
1 parent 619a273 commit aeee9a3
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 215 deletions.
2 changes: 1 addition & 1 deletion lib/ensure-package.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const cacacheWrite = require('cacache/lib/content/write.js')
const figgyPudding = require('figgy-pudding')
const getStream = require('get-stream')
const libnpm = require('libnpm')
const npa = require('npm-package-arg')
const npa = require('libnpm/parse-arg')
const npmlog = require('npmlog') // NOTE: REMOVE
const path = require('path')
const pkglock = require('./pkglock.js')
Expand Down
Loading

0 comments on commit aeee9a3

Please sign in to comment.