File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -795,7 +795,15 @@ Copyright 2012 Irakli Gozalishvili. All rights reserved.
795
795
796
796
797
797
----------
798
- strip-json-comments: https://github.com/sindresorhus/strip-json-comments
798
+ ansi-regex: https://github.com/sindresorhus/ansi-regex
799
+ ansi-styles: https://github.com/sindresorhus/ansi-styles
800
+ escape-string-regexp: https://github.com/sindresorhus/escape-string-regexp
801
+ chalk: https://github.com/sindresorhus/chalk
802
+ get-stdin: https://github.com/sindresorhus/get-stdin
803
+ has-ansi: https://github.com/sindresorhus/has-ansi
804
+ strip-ansi: https://github.com/sindresorhus/strip-ansi
805
+ strip-json-comments: https://github.com/sindresorhus/strip-json-comments
806
+ supports-color: https://github.com/sindresorhus/supports-color
799
807
----------
800
808
801
809
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- BUNDLE_VERSION=0.3.54
3
+ BUNDLE_VERSION=0.3.55
4
4
5
5
# OS Check. Put here because here is where we download the precompiled
6
6
# bundles that are arch specific.
Original file line number Diff line number Diff line change 5
5
"fibers" : " 1.0.1" ,
6
6
"underscore" : " 1.5.2" ,
7
7
"source-map-support" : " 0.2.5" ,
8
- "semver" : " 2.2.1" ,
9
- "progress" : " 1.1.8" ,
10
- "chalk" : " 0.5.1"
8
+ "semver" : " 2.2.1"
11
9
}
12
10
}
Original file line number Diff line number Diff line change @@ -161,6 +161,8 @@ npm install kexec@0.2.0
161
161
npm install source-map@0.1.32
162
162
npm install browserstack-webdriver@2.41.1
163
163
npm install node-inspector@0.7.4
164
+ npm install progress@1.1.8
165
+ npm install chalk@0.5.1
164
166
165
167
# Clean up a big zip file it leaves behind.
166
168
npm install phantomjs@1.8.1-1
You can’t perform that action at this time.
0 commit comments