Skip to content

Commit a4a8b40

Browse files
author
Amr Hamdy
authored
Merge pull request #3 from BboyKeen/fix-import
Fix commonjs import in package.json
2 parents d707f06 + b89577e commit a4a8b40

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
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-cloudimage-responsive",
33
"version": "1.0.4",
4-
"main": "dist/index.js",
4+
"main": "dist/index.cjs.js",
55
"module": "dist/index.es.js",
66
"description": "Cloudimage Responsive will smartly resize, compress and accelerate images across the World in your site for all devices. The plugin supports lazy loading technique with blur hash placeholder.",
77
"author": "scaleflex",

0 commit comments

Comments
 (0)