Skip to content

Commit

Permalink
Switched from yarn to pnpm
Browse files Browse the repository at this point in the history
klis87 committed Mar 14, 2023
1 parent b35dae9 commit 65fec09
Showing 9 changed files with 15,214 additions and 15,279 deletions.
5 changes: 1 addition & 4 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"private": true,
"workspaces": [
"*"
]
"private": true
}
4,974 changes: 4,974 additions & 0 deletions examples/pnpm-lock.yaml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions examples/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
packages:
- '*'
- '!node_modules'
4,804 changes: 0 additions & 4,804 deletions examples/yarn.lock

This file was deleted.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "lerna run build",
"clean": "lerna run clean",
2 changes: 1 addition & 1 deletion packages/normy-react-query/package.json
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
"@tanstack/react-query": ">=4.22.0"
},
"dependencies": {
"@normy/core": "^0.4.0"
"@normy/core": "workspace:~"
},
"devDependencies": {
"@babel/cli": "7.20.7",
10,233 changes: 10,233 additions & 0 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- 'packages/*'
10,467 changes: 0 additions & 10,467 deletions yarn.lock

This file was deleted.

0 comments on commit 65fec09

Please sign in to comment.