mirror of https://github.com/ElemeFE/element
chore: missing web-type after publishing (#22271)
parent
c56f1d6c8c
commit
3c0780d9ca
|
@ -7,7 +7,8 @@
|
||||||
"lib",
|
"lib",
|
||||||
"src",
|
"src",
|
||||||
"packages",
|
"packages",
|
||||||
"types"
|
"types",
|
||||||
|
"web-types.json"
|
||||||
],
|
],
|
||||||
"typings": "types/index.d.ts",
|
"typings": "types/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue