Skip to content

Commit 126aac6

Browse files
committed
fix(import): change default path
1 parent a162cbc commit 126aac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "vue-image-lightbox",
33
"description": "A Vue.js package to display an image gallery lightbox",
4-
"version": "5.4.2",
4+
"version": "5.4.3",
55
"author": "Nguyen Thien Dzung <[email protected]>",
66
"license": "MIT",
7-
"main": "src/components/Lightbox.vue",
7+
"main": "dist/vue-image-lightbox.min.js",
88
"files": [
99
"dist",
1010
"src"

0 commit comments

Comments
 (0)