@fylgja/aspect-ratio
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -0,1 +1,4 @@ | ||
// Fylgja (https://fylgja.dev) | ||
// Licensed under MIT Open Source | ||
import { propsBuilder } from "@fylgja/props-builder"; | ||
@@ -2,0 +5,0 @@ import props from "./index.js"; |
@@ -9,2 +9,6 @@ # Changelog | ||
## [1.1.1] - 2022-08-14 | ||
### Added | ||
- Added support for both CommonJS and ESM import syntax's | ||
## [1.1.0] - 2022-06-05 | ||
@@ -11,0 +15,0 @@ ### Added |
@@ -0,1 +1,4 @@ | ||
// Fylgja (https://fylgja.dev) | ||
// Licensed under MIT Open Source | ||
export default { | ||
@@ -2,0 +5,0 @@ ratio: { |
{ | ||
"name": "@fylgja/aspect-ratio", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "The aspect ratio component allows you to make not just videos. But anything you want to a certain responsive aspect ratio", | ||
@@ -9,5 +9,13 @@ "homepage": "https://fylgja.dev/", | ||
"type": "module", | ||
"main": "index.js", | ||
"main": "index.cjs", | ||
"unpkg": "aspect-ratio.css", | ||
"style": "aspect-ratio.css", | ||
"module": "index.js", | ||
"exports": { | ||
".": { | ||
"import": "./index.js", | ||
"require": "./index.cjs", | ||
"default": "./index.cjs" | ||
} | ||
}, | ||
"repository": { | ||
@@ -14,0 +22,0 @@ "type": "git", |
6176
12
46