@reacture/core
Advanced tools
Comparing version 0.0.12 to 0.0.13
{ | ||
"name": "@reacture/core", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "A core set of React UI components", | ||
@@ -53,6 +53,6 @@ "keywords": [ | ||
}, | ||
"./Button": { | ||
"types": "./lib/components/Button/index.d.ts", | ||
"import": "./lib/components/Button/index.js", | ||
"require": "./lib-commonjs/components/Button/index.js" | ||
"./lib/Button": { | ||
"types": "./lib/Button/index.d.ts", | ||
"import": "./lib/Button/index.js", | ||
"require": "./lib-commonjs/Button/index.js" | ||
} | ||
@@ -59,0 +59,0 @@ }, |
16741