chore(release): 0.0.2

This commit is contained in:
Benjamin Canac
2022-02-01 11:47:19 +01:00
parent f959bad6a2
commit ba0ac65bdf
2 changed files with 48 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@nuxthq/ui",
"version": "0.0.1",
"version": "0.0.2",
"repository": "https://github.com/nuxtlabs/ui",
"license": "MIT",
"exports": {
@@ -47,6 +47,8 @@
"standard-version": "^9.3.2"
},
"build": {
"externals": ["@unocss/preset-uno"]
"externals": [
"@unocss/preset-uno"
]
}
}