mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-13 17:05:47 +08:00
16f069ebbe
* Revert "build!: simplify build & support native esm import (#3900)"
This reverts commit fb94222bb4
.
* remove module
* Fix linter
* Add @element-plus/icons as dependency
* update pnpm lock file
* temporary lock element-plus at 1.1.0-beta.20
14 lines
252 B
JSON
14 lines
252 B
JSON
{
|
|
"name": "@element-plus/utils",
|
|
"version": "0.0.5",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"vue": "^3.2.0"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"build": "gulp"
|
|
},
|
|
"gitHead": "c69724230befa8fede0e6b9c37fb0b7e39fd7cdd"
|
|
}
|