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 f1ee23a commit 17772e9Copy full SHA for 17772e9
package.json
@@ -16,9 +16,7 @@
16
"dsl",
17
"hyperscript",
18
"sugar",
19
- "syntax",
20
- "tree",
21
- "unist"
+ "syntax"
22
],
23
"repository": "syntax-tree/unist-builder",
24
"bugs": "https://github.com/syntax-tree/unist-builder/issues",
@@ -40,13 +38,13 @@
40
38
"dependencies": {},
41
39
"devDependencies": {
42
"@types/mdast": "^3.0.0",
43
- "dtslint": "^2.0.0",
44
- "nyc": "^14.0.0",
+ "dtslint": "^3.0.0",
+ "nyc": "^15.0.0",
45
"prettier": "^1.0.0",
46
"remark-cli": "^7.0.0",
47
"remark-preset-wooorm": "^6.0.0",
48
"tape": "^4.0.0",
49
- "xo": "^0.25.0"
+ "xo": "^0.26.0"
50
},
51
"scripts": {
52
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
0 commit comments