Skip to content

Commit 6206803

Browse files
Moving junk back
1 parent ff2fcab commit 6206803

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-code-block",
3-
"version": "2.0.3",
3+
"version": "2.0.2",
44
"description": "Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS or Highlight.js.",
55
"private": false,
66
"main": "dist/vue3-code-block.js",
@@ -68,10 +68,12 @@
6868
"wdns"
6969
],
7070
"peerDependencies": {
71+
"vue": "^3.2.47"
72+
},
73+
"dependencies": {
7174
"highlight.js": "^11.7.0",
7275
"prismjs": "^1.29.0",
73-
"ua-parser-js": "^1.0.35",
74-
"vue": "^3.2.47"
76+
"ua-parser-js": "^1.0.35"
7577
},
7678
"devDependencies": {
7779
"@babel/core": "^7.21.4",

0 commit comments

Comments
 (0)