Skip to content

Commit

Permalink
fix(deps): cliui, find-up, and string-width, all drop Node 6 support (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Nov 16, 2019
1 parent 5cc2b5e commit 6a9ebe2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package.json
Expand Up @@ -19,14 +19,14 @@
"LICENSE"
],
"dependencies": {
"cliui": "^5.0.0",
"cliui": "^6.0.0",
"decamelize": "^1.2.0",
"find-up": "^3.0.0",
"find-up": "^4.1.0",
"get-caller-file": "^2.0.1",
"require-directory": "^2.1.1",
"require-main-filename": "^2.0.0",
"set-blocking": "^2.0.0",
"string-width": "^3.0.0",
"string-width": "^4.2.0",
"which-module": "^2.0.0",
"y18n": "^4.0.0",
"yargs-parser": "^16.1.0"
Expand All @@ -43,16 +43,14 @@
"mocha": "^5.2.0",
"rimraf": "^2.6.3",
"standard": "^12.0.1",
"standard-version": "^7.0.0",
"which": "^1.3.1",
"yargs-test-extends": "^1.0.1"
},
"scripts": {
"fix": "standard --fix",
"posttest": "standard",
"test": "c8 --reporter=html --reporter=text mocha --require ./test/before.js --timeout=12000 --check-leaks",
"coverage": "c8 report --reporter=text-lcov | coveralls",
"release": "standard-version"
"coverage": "c8 report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6a9ebe2

Please sign in to comment.