Mailspring/spec_integration/package.json
Evan Morikawa f7491d7e7b bump(bluebird): upgrade bluebird
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
2016-12-15 17:33:37 -05:00

20 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"
}
}