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 6c358d6 commit bac5be7Copy full SHA for bac5be7
package.json
@@ -25,12 +25,12 @@
25
"watch": "tsc -p . --watch"
26
},
27
"dependencies": {
28
- "@textlint/ast-node-types": "^12.1.0",
29
- "@textlint/types": "^12.1.0",
30
"structured-source": "^3.0.2",
31
"unist-util-visit": "^2.0.3"
32
33
"devDependencies": {
+ "@textlint/types": "^12.1.0",
+ "@textlint/ast-node-types": "^12.1.0",
34
"@types/mocha": "^9.0.0",
35
"@types/node": "^17.0.5",
36
"@types/structured-source": "^3.0.0",
@@ -41,5 +41,9 @@
41
"ts-node-test-register": "^10.0.0",
42
"txt-ast-traverse": "^2.0.4",
43
"typescript": "^4.5.4"
44
+ },
45
+ "peerDependencies": {
46
47
+ "@textlint/ast-node-types": "^12.1.0"
48
}
49
0 commit comments