[*] update lerna to 2.0.0-beta.30

This commit is contained in:
Evan Morikawa 2016-12-06 12:31:00 -08:00
parent 2cbb90bb3b
commit 4c53247df1
2 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{
"lerna": "2.0.0-beta.23",
"lerna": "2.0.0-beta.30",
"version": "0.0.1"
}

View file

@ -4,7 +4,7 @@
"description": "The local sync engine for Nylas N1",
"main": "",
"dependencies": {
"lerna": "2.0.0-beta.23",
"lerna": "2.0.0-beta.30",
"pm2": "^1.1.3"
},
"devDependencies": {
@ -17,7 +17,9 @@
"eslint-plugin-react": "6.7.1"
},
"scripts": {
"start": "pm2 start ./pm2-dev.yml --no-daemon",
"start": "pm2 stop all; pm2 delete all; pm2 start ./pm2-dev.yml --no-daemon",
"stop": "pm2 stop all; pm2 delete all",
"restart": "pm2 restart all",
"postinstall": "lerna bootstrap"
},
"repository": {