chore: bye lerna

This commit is contained in:
Anthony Fu 2022-03-31 16:10:36 +08:00
parent 5f05cfcfd6
commit a695d58bd0
3 changed files with 135 additions and 3582 deletions

View File

@ -1,6 +0,0 @@
{
"packages": [
"packages/*"
],
"version": "0.19.1"
}

View File

@ -1,17 +1,17 @@
{ {
"name": "@antfu/eslint-config-monorepo", "name": "@antfu/eslint-config-monorepo",
"version": "0.19.1",
"private": true, "private": true,
"license": "MIT", "license": "MIT",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)", "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"scripts": { "scripts": {
"preinstall": "npx only-allow pnpm",
"lint": "eslint .", "lint": "eslint .",
"release": "lerna publish --conventional-commits" "release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "*", "@antfu/eslint-config": "*",
"bumpp": "^7.1.1",
"eslint": "^8.12.0", "eslint": "^8.12.0",
"lerna": "^4.0.0",
"typescript": "^4.6.3" "typescript": "^4.6.3"
} }
} }

File diff suppressed because it is too large Load Diff