mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 15:15:12 +08:00
deps(pro): Lift deps out of packages for simpler install / better deduping
This commit is contained in:
parent
80b315d708
commit
feca9f82a7
2 changed files with 4 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
},
|
||||
"electronVersion": "1.4.5",
|
||||
"dependencies": {
|
||||
"analytics-node": "2.x.x",
|
||||
"async": "^0.9",
|
||||
"babel-core": "6.8.0",
|
||||
"babel-preset-electron": "^0.37.8",
|
||||
|
@ -37,6 +38,7 @@
|
|||
"event-kit": "^1.0.2",
|
||||
"fs-plus": "^2.3.2",
|
||||
"guid": "0.0.10",
|
||||
"getmac": "1.x.x",
|
||||
"immutable": "3.7.5",
|
||||
"jasmine-json": "~0.0",
|
||||
"jasmine-react-helpers": "^0.2",
|
||||
|
@ -57,6 +59,7 @@
|
|||
"node-emoji": "^1.2.1",
|
||||
"nslog": "^3",
|
||||
"optimist": "0.4.0",
|
||||
"papaparse": "^4.1.2",
|
||||
"pathwatcher": "~6.2",
|
||||
"pick-react-known-prop": "0.x.x",
|
||||
"promise-queue": "2.1.1",
|
||||
|
|
2
src/pro
2
src/pro
|
@ -1 +1 @@
|
|||
Subproject commit 7fc590a509ef11b1f9864e0cd76ee6f210818bd0
|
||||
Subproject commit c057ec00bacc6b089408ecb3f86ec873122f8f24
|
Loading…
Reference in a new issue