@builds-dev/react-ui
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@builds-dev/react-ui", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A library of React components that abstract over HTML and CSS, for building UIs from high-level, simple expressions.", | ||
@@ -9,2 +9,8 @@ "type": "module", | ||
"module": "dist/esm/index.mjs", | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/index.js" | ||
} | ||
}, | ||
"imports": { | ||
@@ -11,0 +17,0 @@ "#ui": "./src/index.js" |
73942