Skip to content

Commit

Permalink
fix: move textlint type packages to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Dec 27, 2021
1 parent 6c358d6 commit bac5be7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"watch": "tsc -p . --watch"
},
"dependencies": {
"@textlint/ast-node-types": "^12.1.0",
"@textlint/types": "^12.1.0",
"structured-source": "^3.0.2",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"@textlint/types": "^12.1.0",
"@textlint/ast-node-types": "^12.1.0",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.5",
"@types/structured-source": "^3.0.0",
Expand All @@ -41,5 +41,9 @@
"ts-node-test-register": "^10.0.0",
"txt-ast-traverse": "^2.0.4",
"typescript": "^4.5.4"
},
"peerDependencies": {
"@textlint/types": "^12.1.0",
"@textlint/ast-node-types": "^12.1.0"
}
}

0 comments on commit bac5be7

Please sign in to comment.