Skip to content

Commit dba04c5

Browse files
committed
Update dev-dependencies
1 parent e4caf67 commit dba04c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"is-hidden": "^2.0.0",
6060
"mdast-util-assert": "^4.0.0",
6161
"prettier": "^2.0.0",
62-
"rehype-parse": "^7.0.0",
62+
"rehype-parse": "^8.0.0",
6363
"remark-cli": "^9.0.0",
6464
"remark-gfm": "^1.0.0",
6565
"remark-parse": "^9.0.0",
@@ -80,7 +80,7 @@
8080
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
8181
"test-api": "node test/index.js",
8282
"test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node test/index.js",
83-
"test": "npm run format && npm run test-coverage"
83+
"test": "npm run build && npm run format && npm run test-coverage"
8484
},
8585
"prettier": {
8686
"tabWidth": 2,

0 commit comments

Comments
 (0)