We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4caf67 commit dba04c5Copy full SHA for dba04c5
package.json
@@ -59,7 +59,7 @@
59
"is-hidden": "^2.0.0",
60
"mdast-util-assert": "^4.0.0",
61
"prettier": "^2.0.0",
62
- "rehype-parse": "^7.0.0",
+ "rehype-parse": "^8.0.0",
63
"remark-cli": "^9.0.0",
64
"remark-gfm": "^1.0.0",
65
"remark-parse": "^9.0.0",
@@ -80,7 +80,7 @@
80
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
81
"test-api": "node test/index.js",
82
"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"
+ "test": "npm run build && npm run format && npm run test-coverage"
84
},
85
"prettier": {
86
"tabWidth": 2,
0 commit comments