@myeditorcool/imageeditor
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@myeditorcool/imageeditor", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -26,3 +26,15 @@ "type": "module", | ||
], | ||
"module": "./dist/ImageEditor.js", | ||
"module": "./dist/ImageEditor.es.js", | ||
"exports": { | ||
".": { | ||
"import": "./dist/ImageEditor.es.js" | ||
} | ||
}, | ||
"myeditorcool": { | ||
"extension": [ | ||
".png", | ||
".jpg", | ||
".jpeg" | ||
] | ||
}, | ||
"publishConfig": { | ||
@@ -29,0 +41,0 @@ "access": "public" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
839331