@crystallize/react-image
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "@crystallize/react-image", | ||
"description": "Output a modern and responsive image based on the source variations from Crystallize", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"license": "MIT", | ||
@@ -15,2 +15,7 @@ "repository": { | ||
], | ||
"types": "src/index.d.ts", | ||
"source": "src/index.js", | ||
"main": "build/index.js", | ||
"module": "build/index.module.js", | ||
"unpkg": "build/index.umd.js", | ||
"files": [ | ||
@@ -20,13 +25,4 @@ "build" | ||
"exports": { | ||
".": { | ||
"browser": "./build/index.module.js", | ||
"umd": "./build/index.umd.js", | ||
"require": "./build/index.js" | ||
} | ||
".": "./build/index.module.js" | ||
}, | ||
"types": "src/index.d.ts", | ||
"source": "src/index.js", | ||
"main": "build/index.js", | ||
"module": "build/index.module.js", | ||
"unpkg": "build/index.umd.js", | ||
"devDependencies": { | ||
@@ -33,0 +29,0 @@ "microbundle": "^0.12.4", |
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
54814