@aesthetic/system
Advanced tools
Comparing version 0.9.0 to 0.9.1
{ | ||
"name": "@aesthetic/system", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Web based building blocks for the Aesthetic design system.", | ||
@@ -18,4 +18,3 @@ "keywords": [ | ||
"license": "MIT", | ||
"type": "module", | ||
"main": "./esm/index.js", | ||
"main": "./lib/index.js", | ||
"module": "./esm/index.js", | ||
@@ -40,4 +39,4 @@ "types": "./dts/index.d.ts", | ||
"dependencies": { | ||
"@aesthetic/types": "^0.6.0", | ||
"@aesthetic/utils": "^0.8.0" | ||
"@aesthetic/types": "^0.6.1", | ||
"@aesthetic/utils": "^0.8.1" | ||
}, | ||
@@ -51,3 +50,3 @@ "packemon": { | ||
}, | ||
"gitHead": "6fd0ed93f8f15446ba2f9f0be8054a091997cbec" | ||
"gitHead": "864068a1c3e4f6562bc2f920bca3de52d47bc19b" | ||
} |
@@ -1,1 +0,1 @@ | ||
export * from './esm/test'; | ||
module.exports = require('./lib/test.js'); |
178438
33
4419
10
No
Updated@aesthetic/types@^0.6.1
Updated@aesthetic/utils@^0.8.1