Skip to content

Commit 5b9f217

Browse files
authoredNov 16, 2019
chore: update deps, remove unused deps (#70)
1 parent 9c3c424 commit 5b9f217

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
 

‎package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,17 @@
4444
"author": "Ben Coe <ben@npmjs.com>",
4545
"license": "ISC",
4646
"dependencies": {
47-
"string-width": "^4.1.0",
47+
"string-width": "^4.2.0",
4848
"strip-ansi": "^6.0.0",
49-
"wrap-ansi": "^6.1.0"
49+
"wrap-ansi": "^6.2.0"
5050
},
5151
"devDependencies": {
5252
"chai": "^4.2.0",
5353
"chalk": "^3.0.0",
5454
"coveralls": "^3.0.3",
5555
"mocha": "^6.2.2",
5656
"nyc": "^14.1.1",
57-
"standard": "^12.0.1",
58-
"standard-version": "^7.0.0"
57+
"standard": "^12.0.1"
5958
},
6059
"files": [
6160
"index.js"

0 commit comments

Comments
 (0)
Please sign in to comment.