Skip to content

Commit 7bede7c

Browse files
Fixing filename
1 parent 3013d81 commit 7bede7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "2.2.0",
44
"description": "Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS or Highlight.js.",
55
"private": false,
6-
"main": "dist/vue3-code-block.js.cjs.js",
6+
"main": "dist/vue3-code-block.cjs.js",
77
"module": "dist/vue3-code-block.es.js",
88
"types": "dist/types/index.d.ts",
99
"scripts": {

0 commit comments

Comments
 (0)