publish(@omiu/radio)

This commit is contained in:
dntzhang 2020-04-26 16:09:18 +08:00
parent 929b59c2af
commit cfa4226bed
3 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@omiu/radio",
"version": "0.0.5",
"version": "0.0.6",
"description": "Omi UI Components.",
"main": "src/index.js",
"module": "src/index.esm.js",
@ -93,6 +93,7 @@
"useTabs": false
},
"dependencies": {
"@omiu/common": "latest"
"@omiu/common": "latest",
"omi": "latest"
}
}

View File

@ -1,5 +1,5 @@
/**
* @omiu/radio v0.0.5 http://omijs.org
* @omiu/radio v0.0.6 http://omijs.org
* Front End Cross-Frameworks Framework.
* By dntzhang https://github.com/dntzhang
* Github: https://github.com/Tencent/omi

File diff suppressed because one or more lines are too long