We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f321e4 commit f864da2Copy full SHA for f864da2
2 files changed
lerna.json
@@ -1,5 +1,5 @@
1
{
2
- "lerna": "3.0.0-rc.0",
+ "lerna": "3.2.1",
3
"packages": [
4
"packages/*"
5
],
package.json
@@ -1,10 +1,10 @@
"devDependencies": {
- "lerna": "3.0.0-rc.0"
+ "lerna": "3.2.1"
},
"private": true,
6
"scripts": {
7
- "bootstrap": "npx lerna bootstrap",
+ "bootstrap": "lerna bootstrap",
8
"precommit": "pretty-quick --staged",
9
"prettier": "prettier --config .prettierrc --write ./**/*.js",
10
"test": "lerna run test",
0 commit comments