mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-27 10:28:31 +08:00
[isomorphic-core] move devDependencies from iso-core to repo root
This commit is contained in:
parent
42a0fa033e
commit
4e1f03c072
2 changed files with 2 additions and 4 deletions
|
@ -3,6 +3,7 @@
|
|||
"version": "0.0.1",
|
||||
"description": "All components required to run Nylas Mail",
|
||||
"devDependencies": {
|
||||
"babel-cli": "6.x.x",
|
||||
"babel-cli": "6.x.x",
|
||||
"babel-core": "6.x.x",
|
||||
"babel-eslint": "7.1.0",
|
||||
|
@ -30,6 +31,7 @@
|
|||
"grunt-contrib-less": "0.8.x",
|
||||
"grunt-electron-installer": "2.x.x",
|
||||
"grunt-lesslint": "0.13.x",
|
||||
"jasmine": "2.x.x",
|
||||
"lerna": "2.0.0-beta.37",
|
||||
"load-grunt-parent-tasks": "0.1.1",
|
||||
"pm2": "2.4.0",
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
"scripts": {
|
||||
"test": "babel-node spec/run.es6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-cli": "6.x.x",
|
||||
"jasmine": "2.x.x"
|
||||
},
|
||||
"dependencies": {
|
||||
"atob": "2.0.3",
|
||||
"imap": "github:jstejada/node-imap#fix-parse-body-list",
|
||||
|
|
Loading…
Reference in a new issue