Skip to content

Commit 292b107

Browse files
committed
Put new dependencies into generate-dev-bundle.sh and LICENSE.txt
I had put them into dev-bundle-package.json (incorrectly)
1 parent 0403d54 commit 292b107

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

LICENSE.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,15 @@ Copyright 2012 Irakli Gozalishvili. All rights reserved.
795795

796796

797797
----------
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
799807
----------
800808

801809
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)

meteor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
BUNDLE_VERSION=0.3.54
3+
BUNDLE_VERSION=0.3.55
44

55
# OS Check. Put here because here is where we download the precompiled
66
# bundles that are arch specific.

scripts/dev-bundle-package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
"fibers": "1.0.1",
66
"underscore": "1.5.2",
77
"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"
119
}
1210
}

scripts/generate-dev-bundle.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ npm install kexec@0.2.0
161161
npm install source-map@0.1.32
162162
npm install browserstack-webdriver@2.41.1
163163
npm install node-inspector@0.7.4
164+
npm install progress@1.1.8
165+
npm install chalk@0.5.1
164166

165167
# Clean up a big zip file it leaves behind.
166168
npm install phantomjs@1.8.1-1

0 commit comments

Comments
 (0)