Skip to content

Commit 03c8868

Browse files
committed
Make download-experimental-build runnable
1 parent f227e7f commit 03c8868

File tree

3 files changed

+189
-5
lines changed

3 files changed

+189
-5
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@
4040
"babel-eslint": "^10.0.3",
4141
"babel-plugin-syntax-trailing-function-commas": "^6.5.0",
4242
"chalk": "^3.0.0",
43+
"clear": "^0.1.0",
4344
"cli-table": "^0.3.1",
4445
"coffee-script": "^1.12.7",
46+
"command-line-args": "^5.1.1",
4547
"confusing-browser-globals": "^1.0.9",
4648
"core-js": "^3.6.4",
4749
"coveralls": "^3.0.9",
@@ -62,6 +64,7 @@
6264
"fbjs-scripts": "1.2.0",
6365
"filesize": "^6.0.1",
6466
"flow-bin": "0.97",
67+
"folder-hash": "^4.0.1",
6568
"glob": "^7.1.6",
6669
"glob-stream": "^6.1.0",
6770
"google-closure-compiler": "^20200517.0.0",
@@ -72,16 +75,20 @@
7275
"jest-diff": "^25.2.6",
7376
"jest-environment-jsdom-sixteen": "^1.0.3",
7477
"jest-snapshot-serializer-raw": "^1.1.0",
78+
"log-update": "^4.0.0",
7579
"minimatch": "^3.0.4",
7680
"minimist": "^1.2.3",
7781
"mkdirp": "^0.5.1",
7882
"ncp": "^2.0.0",
7983
"object-assign": "^4.1.1",
8084
"pacote": "^10.3.0",
8185
"prettier": "1.19.1",
86+
"progress-estimator": "^0.3.0",
87+
"prompt-promise": "^1.0.3",
8288
"prop-types": "^15.6.2",
8389
"random-seed": "^0.3.0",
8490
"react-lifecycles-compat": "^3.0.4",
91+
"request-promise-json": "^1.0.4",
8592
"rimraf": "^3.0.0",
8693
"rollup": "^1.19.4",
8794
"rollup-plugin-babel": "^4.0.1",

scripts/release/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const colors = {
1010
yellow: '#ffd600',
1111
};
1212

13-
const theme = chalk.constructor();
13+
const theme = new chalk.Instance();
1414
theme.package = theme.hex(colors.green);
1515
theme.version = theme.hex(colors.yellow);
1616
theme.tag = theme.hex(colors.yellow);

0 commit comments

Comments
 (0)