@fylgja/z-layer
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -9,2 +9,6 @@ # Changelog | ||
## [1.0.2] - 2022-08-13 | ||
### Added | ||
- Added support for both CommonJS and ESM import syntax's | ||
## [1.0.1] - 2022-07-24 | ||
@@ -11,0 +15,0 @@ ### Changed |
{ | ||
"name": "@fylgja/z-layer", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "The Fylgja z-layer offers Design Tokens (CSS props) for consistent and semantic z-indexing", | ||
@@ -9,5 +9,13 @@ "homepage": "https://fylgja.dev/", | ||
"type": "module", | ||
"main": "index.js", | ||
"main": "index.cjs", | ||
"unpkg": "z-layer.css", | ||
"style": "z-layer.css", | ||
"module": "index.js", | ||
"exports": { | ||
".": { | ||
"import": "./index.js", | ||
"require": "./index.cjs", | ||
"default": "./index.cjs" | ||
} | ||
}, | ||
"repository": { | ||
@@ -14,0 +22,0 @@ "type": "git", |
5246
10
44