mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-08 21:55:54 +08:00
fix(package): re-order package.json files
This commit is contained in:
parent
eba33080ac
commit
1b1d356753
3 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"description": "Core shared packages",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"xoauth2": "1.x.x"
|
||||
"xoauth2": "1.2.0"
|
||||
},
|
||||
"author": "Nylas",
|
||||
"license": "ISC"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue