Skip to content

Commit

Permalink
chore: update deps, remove unused deps (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Nov 16, 2019
1 parent 9c3c424 commit 5b9f217
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,17 @@
"author": "Ben Coe <ben@npmjs.com>",
"license": "ISC",
"dependencies": {
"string-width": "^4.1.0",
"string-width": "^4.2.0",
"strip-ansi": "^6.0.0",
"wrap-ansi": "^6.1.0"
"wrap-ansi": "^6.2.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chalk": "^3.0.0",
"coveralls": "^3.0.3",
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"standard": "^12.0.1",
"standard-version": "^7.0.0"
"standard": "^12.0.1"
},
"files": [
"index.js"
Expand Down

0 comments on commit 5b9f217

Please sign in to comment.