File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 22
22
"license" : " MIT" ,
23
23
"dependencies" : {
24
24
"arrify" : " ^1.0.1" ,
25
- "bluebird" : " ^3.4.7" ,
26
25
"chalk" : " ^1.1.3" ,
27
26
"commander" : " ^2.9.0" ,
28
27
"find-up" : " ^2.1.0" ,
48
47
"cli-tester" : " ^2.0.0" ,
49
48
"codecov" : " ^1.0.1" ,
50
49
"commitizen" : " ^2.9.5" ,
50
+ "concurrently" : " ^3.1.0" ,
51
51
"condition-node-version" : " ^1.3.0" ,
52
52
"cross-env" : " ^3.1.4" ,
53
53
"cz-conventional-changelog" : " ^1.2.0" ,
56
56
"husky" : " ^0.13.1" ,
57
57
"jest-cli" : " ^18.1.0" ,
58
58
"opt-cli" : " ^1.5.1" ,
59
- "concurrently" : " ^3.1.0" ,
60
59
"p-s" : " *" ,
61
60
"rimraf" : " ^2.5.4" ,
62
61
"semantic-release" : " ^6.3.6" ,
Original file line number Diff line number Diff line change 1
1
import spawn from 'spawn-command-with-kill'
2
- import Promise from 'bluebird'
3
2
import chalk from 'chalk'
4
3
import { isString , clone } from 'lodash'
5
4
import { sync as findUpSync } from 'find-up'
Original file line number Diff line number Diff line change 1
1
/* eslint import/newline-after-import:0, global-require:0 */
2
2
import { resolve } from 'path'
3
- import Promise from 'bluebird'
4
3
import { spy } from 'sinon'
5
4
import chalk from 'chalk'
6
5
import managePath from 'manage-path'
Original file line number Diff line number Diff line change 936
936
version "2.9.6"
937
937
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-2.9.6.tgz#1fc3a6b1685267dc121b5ec89b32ce069d81ab7d"
938
938
939
- [email protected] , bluebird@^3.4.1, bluebird@^3.4.6, bluebird@^3.4.7 :
939
+ [email protected] , bluebird@^3.4.1, bluebird@^3.4.6:
940
940
version "3.4.7"
941
941
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.4.7.tgz#f72d760be09b7f76d08ed8fae98b289a8d05fab3"
942
942
@@ -4725,6 +4725,10 @@ strip-json-comments@~1.0.4:
4725
4725
version "1.0.4"
4726
4726
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-1.0.4.tgz#1e15fbcac97d3ee99bf2d73b4c656b082bbafb91"
4727
4727
4728
+ supports-color@^0.2.0 :
4729
+ version "0.2.0"
4730
+ resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-0.2.0.tgz#d92de2694eb3f67323973d7ae3d8b55b4c22190a"
4731
+
4728
4732
supports-color@^2.0.0 :
4729
4733
version "2.0.0"
4730
4734
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
You can’t perform that action at this time.
0 commit comments