@reacture/core
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "@reacture/core", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "A core set of React UI components", | ||
@@ -50,6 +50,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" | ||
} | ||
@@ -56,0 +56,0 @@ }, |
16643