mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-12 02:58:20 +08:00
f7491d7e7b
Summary: I upgraded bluebird because I thought there was some missing dependency issue when I booted K2. It actually turned out that the issue was missing `striptags` require in the K2 local-sync package json and had nothing to do with Bluebird. But since were here and about to QA I figured I might as well bump it anyway. Especially since I'll need it later to better diagnose async tests. I carefully went through the 3.0 changelog and believe I fixed the outstanding issues Test Plan: manual Reviewers: juan Reviewed By: juan Differential Revision: https://phab.nylas.com/D3523
19 lines
422 B
JSON
19 lines
422 B
JSON
{
|
|
"name": "nylas-spectron",
|
|
"description": "N1 Spectron Test Suite",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nylas/N1.git"
|
|
},
|
|
"scripts": {
|
|
"test": "jasmine JASMINE_CONFIG_PATH=./jasmine/config.json"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"babel-register": "6.8.x",
|
|
"bluebird": "3.4.x",
|
|
"jasmine": "^2.3.2",
|
|
"spectron": "^0.34.1",
|
|
"chalk": "^1.1"
|
|
}
|
|
}
|