fix(package): re-order package.json files

This commit is contained in:
Evan Morikawa 2016-11-21 17:07:52 -08:00
parent eba33080ac
commit 1b1d356753
3 changed files with 4 additions and 4 deletions

View file

@ -17,8 +17,8 @@
"joi": "8.4.2",
"nodemailer": "2.5.0",
"nylas-core": "0.x.x",
"nylas-sync": "0.x.x",
"nylas-metrics": "0.x.x",
"nylas-sync": "0.x.x",
"vision": "4.1.0"
}
}

View file

@ -4,7 +4,7 @@
"description": "Core shared packages",
"main": "index.js",
"dependencies": {
"xoauth2": "1.x.x"
"xoauth2": "1.2.0"
},
"author": "Nylas",
"license": "ISC"

View file

@ -4,8 +4,8 @@
"description": "Metrics package",
"main": "index.js",
"dependencies": {
"newrelic": "^1.28.1",
"signalfx": "^3.0.1"
"newrelic": "1.34.0",
"signalfx": "3.0.1"
},
"author": "Nylas",
"license": "ISC"