Skip to content

Commit ec29345

Browse files
committed
📦 Move jats-tags out of peerDependencies
1 parent 3f08834 commit ec29345

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

packages/jats-utils/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,13 @@
3535
"url": "https://github.com/continuous-foundation/jats/issues"
3636
},
3737
"dependencies": {
38-
"unist-util-select": "^4.0.0"
38+
"unist-util-select": "^4.0.0",
39+
"jats-tags": "^1.0.18"
3940
},
4041
"peerDependencies": {
41-
"xml-js": "^1",
42-
"jats-tags": "^1.0.18"
42+
"xml-js": "^1"
4343
},
4444
"devDependencies": {
45-
"myst-common": "^1.0.0",
46-
"jats-tags": "^1.0.18"
45+
"myst-common": "^1.0.0"
4746
}
4847
}

0 commit comments

Comments
 (0)