Skip to content

Commit

Permalink
Upgrade pascal-case from ~2.0.1 to ~3.1.1
Browse files Browse the repository at this point in the history
Closes #66
  • Loading branch information
vweevers committed Mar 4, 2020
1 parent fa734ec commit addbdab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ detect(argv._, argv, function (err, browsers, methods) {
} else {
const tree = require('pretty-tree')
const chalk = require('chalk')
const pascal = require('pascal-case')
const pascal = require('pascal-case').pascalCase

browsers.forEach(function print (b) {
const labels = [b.name.toUpperCase(), major(b.version)]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"chalk": "~3.0.0",
"debug": "~4.1.0",
"existent": "~1.0.1",
"pascal-case": "~2.0.1",
"pascal-case": "~3.1.1",
"pe-machine-type": "~1.0.0",
"pretty-tree": "~1.0.0",
"registry-js": "~1.9.0",
Expand Down

0 comments on commit addbdab

Please sign in to comment.