mirror of
https://github.com/dzeiocom/components.git
synced 2025-06-16 12:39:20 +00:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
754da58a68 | |||
3b314d5307 | |||
4a55f00ff0 | |||
d30ae95a0d |
@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "@dzeio/components",
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.3",
|
||||
"license": "MIT",
|
||||
"main": "./index.mjs",
|
||||
"main": "./index.js",
|
||||
"types": "./types/index.d.ts",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.16",
|
||||
|
@ -19,7 +19,7 @@ export default [
|
||||
output: [
|
||||
{
|
||||
file: pkg.main,
|
||||
format: 'es',
|
||||
format: 'cjs',
|
||||
assetFileNames: 'style.css'
|
||||
}
|
||||
]
|
||||
|
@ -4,6 +4,8 @@
|
||||
* @summary DZEIO Component Library
|
||||
*/
|
||||
|
||||
import './dzeio/general.styl'
|
||||
|
||||
import Box from './dzeio/Box'
|
||||
import Button from './dzeio/Button'
|
||||
import Checkbox from './dzeio/Checkbox'
|
||||
|
Reference in New Issue
Block a user