Skip to content

Commit

Permalink
chore: update lerna; use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed May 23, 2020
1 parent ea15d6a commit 0b6de8d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules
.DS_Store
*-lock.*
*.lock
*.log

Expand Down
8 changes: 6 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"lerna": "2.8.0",
"version": "0.4.5",
"npmClient": "yarn",
"npmClient": "pnpm",
"command": {
"bootstrap": {
"npmClientArgs": ["--shamefully-hoist"]
}
},
"packages": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "tape tests/*.js | tap-spec"
},
"devDependencies": {
"lerna": "^2.8.0",
"lerna": "3.21.0",
"tap-spec": "^4.1.1",
"tape": "^4.8.0"
}
Expand Down

0 comments on commit 0b6de8d

Please sign in to comment.