Skip to content

Commit

Permalink
replace lerna with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-sz committed Jan 9, 2024
1 parent 8a1d309 commit abdc197
Show file tree
Hide file tree
Showing 16 changed files with 5,627 additions and 6,374 deletions.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@ node_modules
*.log
.DS_Store

lib
lib

.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
8 changes: 0 additions & 8 deletions lerna.json

This file was deleted.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"name": "plist",
"scripts": {
"prepare": "npm run build",
"test": "lerna run test",
"build": "lerna run build",
"lint": "lerna run lint"
"test": "yarn workspaces foreach -Api run test",
"build": "yarn workspaces foreach -Apti run build",
"lint": "yarn workspaces foreach -Api run lint",
"publish": "yarn workspaces foreach -Apti npm publish --tolerate-republish"
},
"workspaces": [
"packages/*"
Expand Down Expand Up @@ -40,10 +41,10 @@
"eslint": "^8.18.0",
"husky": "^8.0.1",
"jest": "^28.1.1",
"lerna": "^5.1.4",
"lint-staged": "^13.0.2",
"prettier": "^2.7.1",
"ts-jest": "^28.0.5",
"typescript": "^4.7.4"
}
},
"packageManager": "yarn@4.0.2"
}
1 change: 0 additions & 1 deletion packages/binary.parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"homepage": "https://github.com/mat-sz/plist",
"author": "Mat Sz <contact@matsz.dev>",
"license": "BSD-3-Clause-Clear",
"private": false,
"dependencies": {
"@plist/common": "^1.0.0"
},
Expand Down
1 change: 0 additions & 1 deletion packages/binary.serialize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"homepage": "https://github.com/mat-sz/plist",
"author": "Mat Sz <contact@matsz.dev>",
"license": "BSD-3-Clause-Clear",
"private": false,
"dependencies": {
"@plist/common": "^1.0.0"
},
Expand Down
1 change: 0 additions & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"homepage": "https://github.com/mat-sz/plist",
"author": "Mat Sz <contact@matsz.dev>",
"license": "BSD-3-Clause-Clear",
"private": false,
"publishConfig": {
"access": "public"
}
Expand Down
1 change: 0 additions & 1 deletion packages/openstep.parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"homepage": "https://github.com/mat-sz/plist",
"author": "Mat Sz <contact@matsz.dev>",
"license": "BSD-3-Clause-Clear",
"private": false,
"dependencies": {
"@plist/common": "^1.0.0"
},
Expand Down
1 change: 0 additions & 1 deletion packages/openstep.serialize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"homepage": "https://github.com/mat-sz/plist",
"author": "Mat Sz <contact@matsz.dev>",
"license": "BSD-3-Clause-Clear",
"private": false,
"dependencies": {
"@plist/common": "^1.0.0"
},
Expand Down
1 change: 0 additions & 1 deletion packages/parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"homepage": "https://github.com/mat-sz/plist",
"author": "Mat Sz <contact@matsz.dev>",
"license": "BSD-3-Clause-Clear",
"private": false,
"dependencies": {
"@plist/binary.parse": "^1.0.0",
"@plist/common": "^1.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/plist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"homepage": "https://github.com/mat-sz/plist",
"author": "Mat Sz <contact@matsz.dev>",
"license": "BSD-3-Clause-Clear",
"private": false,
"dependencies": {
"@plist/parse": "^1.0.0",
"@plist/serialize": "^1.0.0"
Expand Down
1 change: 0 additions & 1 deletion packages/serialize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"homepage": "https://github.com/mat-sz/plist",
"author": "Mat Sz <contact@matsz.dev>",
"license": "BSD-3-Clause-Clear",
"private": false,
"dependencies": {
"@plist/binary.serialize": "^1.0.0",
"@plist/common": "^1.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/xml.parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"homepage": "https://github.com/mat-sz/plist",
"author": "Mat Sz <contact@matsz.dev>",
"license": "BSD-3-Clause-Clear",
"private": false,
"dependencies": {
"@plist/common": "^1.0.0",
"base64-js": "^1.5.1",
Expand Down
1 change: 0 additions & 1 deletion packages/xml.serialize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"homepage": "https://github.com/mat-sz/plist",
"author": "Mat Sz <contact@matsz.dev>",
"license": "BSD-3-Clause-Clear",
"private": false,
"dependencies": {
"@plist/common": "^1.0.0",
"base64-js": "^1.5.1",
Expand Down
Loading

0 comments on commit abdc197

Please sign in to comment.