Skip to content

Commit 7336062

Browse files
patricksmmsxzyfer
authored andcommittedOct 16, 2018
fix(package): update yargs, mocha and nyc
Rel #95
1 parent a19b5ce commit 7336062

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"glob": "^7.0.0",
2222
"lodash": "^4.17.11",
2323
"scss-tokenizer": "^0.3.0",
24-
"yargs": "^10.0.3"
24+
"yargs": "^12.0.2"
2525
},
2626
"devDependencies": {
2727
"assert": "^1.3.0",
2828
"chai": "^4.1.2",
2929
"coveralls": "^3.0.0",
30-
"mocha": "^4.0.1",
31-
"nyc": "^11.2.1"
30+
"mocha": "^5.2.0",
31+
"nyc": "^13.1.0"
3232
},
3333
"engines": {
3434
"node": ">= 4"

0 commit comments

Comments
 (0)
Please sign in to comment.