Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit ae09e3e

Browse files
committed
Update dev-dependencies
1 parent 0843c08 commit ae09e3e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
coverage/
22
hast-to-hyperscript.js
33
hast-to-hyperscript.min.js
4+
*.json
5+
*.md

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"prettier": "^2.0.0",
5858
"react": "^16.0.0",
5959
"react-dom": "^16.0.0",
60-
"rehype": "^10.0.0",
60+
"rehype": "^11.0.0",
6161
"remark-cli": "^8.0.0",
6262
"remark-preset-wooorm": "^7.0.0",
6363
"tape": "^5.0.0",
@@ -70,7 +70,7 @@
7070
"xo": "^0.32.0"
7171
},
7272
"scripts": {
73-
"format": "remark . -qfo && prettier --write \"**/*.{js,ts}\" && xo --fix",
73+
"format": "remark . -qfo && prettier . --write && xo --fix",
7474
"build-bundle": "browserify index.js -s hastToHyperscript > hast-to-hyperscript.js",
7575
"build-mangle": "browserify index.js -s hastToHyperscript -p tinyify > hast-to-hyperscript.min.js",
7676
"build": "npm run build-bundle && npm run build-mangle",

0 commit comments

Comments
 (0)