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 dc48573 commit c0f366eCopy full SHA for c0f366e
package.json
@@ -36,7 +36,6 @@
36
"./color.js": "./color-browser.js"
37
},
38
"types": "types/index.d.ts",
39
- "dependencies": {},
40
"devDependencies": {
41
"@types/unist": "^2.0.0",
42
"browserify": "^17.0.0",
@@ -52,9 +51,9 @@
52
51
"tape": "^5.0.0",
53
"tinyify": "^3.0.0",
54
"unist-builder": "^2.0.0",
55
- "xastscript": "^2.0.0",
56
"xast-util-from-xml": "^1.0.0",
57
- "xo": "^0.35.0"
+ "xastscript": "^2.0.0",
+ "xo": "^0.38.0"
58
59
"scripts": {
60
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
0 commit comments