Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 1, 2021
1 parent e4caf67 commit dba04c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"is-hidden": "^2.0.0",
"mdast-util-assert": "^4.0.0",
"prettier": "^2.0.0",
"rehype-parse": "^7.0.0",
"rehype-parse": "^8.0.0",
"remark-cli": "^9.0.0",
"remark-gfm": "^1.0.0",
"remark-parse": "^9.0.0",
Expand All @@ -80,7 +80,7 @@
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
"test-api": "node test/index.js",
"test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node test/index.js",
"test": "npm run format && npm run test-coverage"
"test": "npm run build && npm run format && npm run test-coverage"
},
"prettier": {
"tabWidth": 2,
Expand Down

0 comments on commit dba04c5

Please sign in to comment.