mirror of
https://github.com/dzeiocom/components.git
synced 2025-04-22 10:52:16 +00:00
Fixed everything :D
Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
264e9a4cad
commit
d30ae95a0d
@ -2,7 +2,7 @@
|
||||
"name": "@dzeio/components",
|
||||
"version": "0.7.1",
|
||||
"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'
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user