Skip to content

Commit 0b6de8d

Browse files
committedMay 23, 2020
chore: update lerna; use pnpm
1 parent ea15d6a commit 0b6de8d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
node_modules
22
.DS_Store
3+
*-lock.*
34
*.lock
45
*.log
56

‎lerna.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
2-
"lerna": "2.8.0",
32
"version": "0.4.5",
4-
"npmClient": "yarn",
3+
"npmClient": "pnpm",
4+
"command": {
5+
"bootstrap": {
6+
"npmClientArgs": ["--shamefully-hoist"]
7+
}
8+
},
59
"packages": [
610
"packages/*"
711
]

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "tape tests/*.js | tap-spec"
1111
},
1212
"devDependencies": {
13-
"lerna": "^2.8.0",
13+
"lerna": "3.21.0",
1414
"tap-spec": "^4.1.1",
1515
"tape": "^4.8.0"
1616
}

0 commit comments

Comments
 (0)
Please sign in to comment.