We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea15d6a commit 0b6de8dCopy full SHA for 0b6de8d
.gitignore
@@ -1,5 +1,6 @@
1
node_modules
2
.DS_Store
3
+*-lock.*
4
*.lock
5
*.log
6
lerna.json
@@ -1,7 +1,11 @@
{
- "lerna": "2.8.0",
"version": "0.4.5",
- "npmClient": "yarn",
+ "npmClient": "pnpm",
+ "command": {
+ "bootstrap": {
+ "npmClientArgs": ["--shamefully-hoist"]
7
+ }
8
+ },
9
"packages": [
10
"packages/*"
11
]
package.json
@@ -10,7 +10,7 @@
"test": "tape tests/*.js | tap-spec"
},
12
"devDependencies": {
13
- "lerna": "^2.8.0",
+ "lerna": "3.21.0",
14
"tap-spec": "^4.1.1",
15
"tape": "^4.8.0"
16
}
0 commit comments