Skip to content

Commit

Permalink
fix(deps): use decamelize from npm instead of vendored copy (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyfarrell authored and bcoe committed Jul 19, 2019
1 parent 409d35b commit 015eeb9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 33 deletions.
32 changes: 0 additions & 32 deletions lib/decamelize.js

This file was deleted.

2 changes: 1 addition & 1 deletion lib/usage.js
@@ -1,7 +1,7 @@
'use strict'
// this file handles outputting usage instructions,
// failures, etc. keeps logging in one place.
const decamelize = require('./decamelize')
const decamelize = require('decamelize')
const stringWidth = require('string-width')
const objFilter = require('./obj-filter')
const path = require('path')
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -20,6 +20,7 @@
],
"dependencies": {
"cliui": "^5.0.0",
"decamelize": "^1.2.0",
"find-up": "^3.0.0",
"get-caller-file": "^2.0.1",
"require-directory": "^2.1.1",
Expand Down

0 comments on commit 015eeb9

Please sign in to comment.