This website requires JavaScript.
Explore
Help
Register
Sign In
test
/
element-plus
Watch
1
Star
0
Fork
0
You've already forked element-plus
mirror of
https://gitee.com/element-plus/element-plus.git
synced
2024-11-30 10:18:02 +08:00
Code
Issues
Actions
4
Packages
Projects
Releases
Wiki
Activity
1c836634b9
element-plus
/
lerna.json
7 lines
109 B
JSON
Raw
Normal View
History
Unescape
Escape
feat: add lerna basic config
2020-07-22 00:35:23 +08:00
{
style: use prettier (#3228) * style: use prettier * style: just prettier format, no code changes * style: eslint fix object-shorthand, prefer-const * style: fix no-void * style: no-console
2021-09-04 19:29:28 +08:00
"packages"
:
[
"packages/*"
]
,
fix: change the value of version from 'indenpendent' to 'independent' (#338)
2020-09-23 09:18:41 +08:00
"version"
:
"independent"
,
feat: add lerna basic config
2020-07-22 00:35:23 +08:00
"npmClient"
:
"yarn"
,
"useWorkspaces"
:
true
}
Reference in New Issue
Copy Permalink