mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-17 17:45:17 +01:00
fix exports
This commit is contained in:
parent
48d17eb44e
commit
66239fab80
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@
|
||||||
],
|
],
|
||||||
"exports": {
|
"exports": {
|
||||||
"./js": {
|
"./js": {
|
||||||
"import": "./js/index.js"
|
"import": "./animate-css.mjs",
|
||||||
|
"require": "./animate-css.cjs"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue