-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): Clean, build, and test before publishing (#38)
This should keep me from publishing the wrong code. Not that that's happened yet.
- Loading branch information
Showing
2 changed files
with
173 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,6 +96,12 @@ ansi-styles@^3.2.0: | |
dependencies: | ||
color-convert "^1.9.0" | ||
|
||
ansi-styles@^3.2.1: | ||
version "3.2.1" | ||
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" | ||
dependencies: | ||
color-convert "^1.9.0" | ||
|
||
anymatch@^1.3.0: | ||
version "1.3.2" | ||
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-1.3.2.tgz#553dcb8f91e3c889845dfdba34c77721b90b9d7a" | ||
|
@@ -140,6 +146,18 @@ array-equal@^1.0.0: | |
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93" | ||
|
||
array-filter@~0.0.0: | ||
version "0.0.1" | ||
resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-0.0.1.tgz#7da8cf2e26628ed732803581fd21f67cacd2eeec" | ||
|
||
array-map@~0.0.0: | ||
version "0.0.0" | ||
resolved "https://registry.yarnpkg.com/array-map/-/array-map-0.0.0.tgz#88a2bab73d1cf7bcd5c1b118a003f66f665fa662" | ||
|
||
array-reduce@~0.0.0: | ||
version "0.0.0" | ||
resolved "https://registry.yarnpkg.com/array-reduce/-/array-reduce-0.0.0.tgz#173899d3ffd1c7d9383e4479525dbe278cab5f2b" | ||
|
||
array-unique@^0.2.1: | ||
version "0.2.1" | ||
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53" | ||
|
@@ -448,6 +466,14 @@ chalk@^2.0.0, chalk@^2.0.1: | |
escape-string-regexp "^1.0.5" | ||
supports-color "^5.2.0" | ||
|
||
chalk@^2.1.0: | ||
version "2.3.2" | ||
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.2.tgz#250dc96b07491bfd601e648d66ddf5f60c7a5c65" | ||
dependencies: | ||
ansi-styles "^3.2.1" | ||
escape-string-regexp "^1.0.5" | ||
supports-color "^5.3.0" | ||
|
||
ci-info@^1.0.0: | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.1.2.tgz#03561259db48d0474c8bdc90f5b47b068b6bbfb4" | ||
|
@@ -520,7 +546,7 @@ [email protected], core-util-is@~1.0.0: | |
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" | ||
|
||
cross-spawn@^5.0.1: | ||
cross-spawn@^5.0.1, cross-spawn@^5.1.0: | ||
version "5.1.0" | ||
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449" | ||
dependencies: | ||
|
@@ -625,18 +651,32 @@ domexception@^1.0.0: | |
dependencies: | ||
webidl-conversions "^4.0.2" | ||
|
||
duplexer@~0.1.1: | ||
version "0.1.1" | ||
resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1" | ||
|
||
ecc-jsbn@~0.1.1: | ||
version "0.1.1" | ||
resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz#0fc73a9ed5f0d53c38193398523ef7e543777505" | ||
dependencies: | ||
jsbn "~0.1.0" | ||
|
||
error-ex@^1.2.0: | ||
error-ex@^1.2.0, error-ex@^1.3.1: | ||
version "1.3.1" | ||
resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.1.tgz#f855a86ce61adc4e8621c3cda21e7a7612c3a8dc" | ||
dependencies: | ||
is-arrayish "^0.2.1" | ||
|
||
es-abstract@^1.4.3: | ||
version "1.11.0" | ||
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.11.0.tgz#cce87d518f0496893b1a30cd8461835535480681" | ||
dependencies: | ||
es-to-primitive "^1.1.1" | ||
function-bind "^1.1.1" | ||
has "^1.0.1" | ||
is-callable "^1.1.3" | ||
is-regex "^1.0.4" | ||
|
||
es-abstract@^1.5.1: | ||
version "1.10.0" | ||
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864" | ||
|
@@ -686,6 +726,18 @@ esutils@^2.0.2: | |
version "2.0.2" | ||
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b" | ||
|
||
event-stream@~3.3.0: | ||
version "3.3.4" | ||
resolved "http://registry.npmjs.org/event-stream/-/event-stream-3.3.4.tgz#4ab4c9a0f5a54db9338b4c34d86bfce8f4b35571" | ||
dependencies: | ||
duplexer "~0.1.1" | ||
from "~0" | ||
map-stream "~0.1.0" | ||
pause-stream "0.0.11" | ||
split "0.3" | ||
stream-combiner "~0.0.4" | ||
through "~2.3.1" | ||
|
||
exec-sh@^0.2.0: | ||
version "0.2.1" | ||
resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.2.1.tgz#163b98a6e89e6b65b47c2a28d215bc1f63989c38" | ||
|
@@ -835,6 +887,10 @@ form-data@~2.3.1: | |
combined-stream "1.0.6" | ||
mime-types "^2.1.12" | ||
|
||
from@~0: | ||
version "0.1.7" | ||
resolved "https://registry.yarnpkg.com/from/-/from-0.1.7.tgz#83c60afc58b9c56997007ed1a768b3ab303a44fe" | ||
|
||
fs.realpath@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" | ||
|
@@ -1588,6 +1644,10 @@ jsesc@^1.3.0: | |
version "1.3.0" | ||
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b" | ||
|
||
json-parse-better-errors@^1.0.1: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" | ||
|
||
json-schema-traverse@^0.3.0: | ||
version "0.3.1" | ||
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz#349a6d44c53a51de89b40805c5d5e59b417d3340" | ||
|
@@ -1670,6 +1730,15 @@ load-json-file@^1.0.0: | |
pinkie-promise "^2.0.0" | ||
strip-bom "^2.0.0" | ||
|
||
load-json-file@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b" | ||
dependencies: | ||
graceful-fs "^4.1.2" | ||
parse-json "^4.0.0" | ||
pify "^3.0.0" | ||
strip-bom "^3.0.0" | ||
|
||
locate-path@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e" | ||
|
@@ -1712,12 +1781,20 @@ [email protected]: | |
dependencies: | ||
tmpl "1.0.x" | ||
|
||
map-stream@~0.1.0: | ||
version "0.1.0" | ||
resolved "https://registry.yarnpkg.com/map-stream/-/map-stream-0.1.0.tgz#e56aa94c4c8055a16404a0674b78f215f7c8e194" | ||
|
||
mem@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/mem/-/mem-1.1.0.tgz#5edd52b485ca1d900fe64895505399a0dfa45f76" | ||
dependencies: | ||
mimic-fn "^1.0.0" | ||
|
||
memorystream@^0.3.1: | ||
version "0.3.1" | ||
resolved "https://registry.yarnpkg.com/memorystream/-/memorystream-0.3.1.tgz#86d7090b30ce455d63fbae12dda51a47ddcaf9b2" | ||
|
||
merge-stream@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-1.0.1.tgz#4041202d508a342ba00174008df0c251b8c135e1" | ||
|
@@ -1847,6 +1924,20 @@ normalize-path@^2.0.0, normalize-path@^2.0.1: | |
dependencies: | ||
remove-trailing-separator "^1.0.1" | ||
|
||
npm-run-all@^4.1.2: | ||
version "4.1.2" | ||
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.2.tgz#90d62d078792d20669139e718621186656cea056" | ||
dependencies: | ||
ansi-styles "^3.2.0" | ||
chalk "^2.1.0" | ||
cross-spawn "^5.1.0" | ||
memorystream "^0.3.1" | ||
minimatch "^3.0.4" | ||
ps-tree "^1.1.0" | ||
read-pkg "^3.0.0" | ||
shell-quote "^1.6.1" | ||
string.prototype.padend "^3.0.0" | ||
|
||
npm-run-path@^2.0.0: | ||
version "2.0.2" | ||
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" | ||
|
@@ -1978,6 +2069,13 @@ parse-json@^2.2.0: | |
dependencies: | ||
error-ex "^1.2.0" | ||
|
||
parse-json@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0" | ||
dependencies: | ||
error-ex "^1.3.1" | ||
json-parse-better-errors "^1.0.1" | ||
|
||
[email protected]: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/parse5/-/parse5-4.0.0.tgz#6d78656e3da8d78b4ec0b906f7c08ef1dfe3f608" | ||
|
@@ -2012,6 +2110,18 @@ path-type@^1.0.0: | |
pify "^2.0.0" | ||
pinkie-promise "^2.0.0" | ||
|
||
path-type@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f" | ||
dependencies: | ||
pify "^3.0.0" | ||
|
||
[email protected]: | ||
version "0.0.11" | ||
resolved "https://registry.yarnpkg.com/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445" | ||
dependencies: | ||
through "~2.3" | ||
|
||
performance-now@^0.2.0: | ||
version "0.2.0" | ||
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-0.2.0.tgz#33ef30c5c77d4ea21c5a53869d91b56d8f2555e5" | ||
|
@@ -2024,6 +2134,10 @@ pify@^2.0.0: | |
version "2.3.0" | ||
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" | ||
|
||
pify@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" | ||
|
||
pinkie-promise@^2.0.0: | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" | ||
|
@@ -2067,6 +2181,12 @@ process-nextick-args@~2.0.0: | |
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa" | ||
|
||
ps-tree@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/ps-tree/-/ps-tree-1.1.0.tgz#b421b24140d6203f1ed3c76996b4427b08e8c014" | ||
dependencies: | ||
event-stream "~3.3.0" | ||
|
||
pseudomap@^1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" | ||
|
@@ -2118,6 +2238,14 @@ read-pkg@^1.0.0: | |
normalize-package-data "^2.3.2" | ||
path-type "^1.0.0" | ||
|
||
read-pkg@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389" | ||
dependencies: | ||
load-json-file "^4.0.0" | ||
normalize-package-data "^2.3.2" | ||
path-type "^3.0.0" | ||
|
||
readable-stream@^2.0.1, readable-stream@^2.0.6, readable-stream@^2.1.4: | ||
version "2.3.4" | ||
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.4.tgz#c946c3f47fa7d8eabc0b6150f4a12f69a4574071" | ||
|
@@ -2306,6 +2434,15 @@ shebang-regex@^1.0.0: | |
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" | ||
|
||
shell-quote@^1.6.1: | ||
version "1.6.1" | ||
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.6.1.tgz#f4781949cce402697127430ea3b3c5476f481767" | ||
dependencies: | ||
array-filter "~0.0.0" | ||
array-map "~0.0.0" | ||
array-reduce "~0.0.0" | ||
jsonify "~0.0.0" | ||
|
||
shellwords@^0.1.1: | ||
version "0.1.1" | ||
resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b" | ||
|
@@ -2370,6 +2507,12 @@ spdx-license-ids@^1.0.2: | |
version "1.2.2" | ||
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz#c9df7a3424594ade6bd11900d596696dc06bac57" | ||
|
||
[email protected]: | ||
version "0.3.3" | ||
resolved "https://registry.yarnpkg.com/split/-/split-0.3.3.tgz#cd0eea5e63a211dfff7eb0f091c4133e2d0dd28f" | ||
dependencies: | ||
through "2" | ||
|
||
sprintf-js@~1.0.2: | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" | ||
|
@@ -2396,6 +2539,12 @@ stealthy-require@^1.1.0: | |
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/stealthy-require/-/stealthy-require-1.1.1.tgz#35b09875b4ff49f26a777e509b3090a3226bf24b" | ||
|
||
stream-combiner@~0.0.4: | ||
version "0.0.4" | ||
resolved "https://registry.yarnpkg.com/stream-combiner/-/stream-combiner-0.0.4.tgz#4d5e433c185261dde623ca3f44c586bcf5c4ad14" | ||
dependencies: | ||
duplexer "~0.1.1" | ||
|
||
string-length@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/string-length/-/string-length-2.0.0.tgz#d40dbb686a3ace960c1cffca562bf2c45f8363ed" | ||
|
@@ -2418,6 +2567,14 @@ string-width@^2.0.0, string-width@^2.1.1: | |
is-fullwidth-code-point "^2.0.0" | ||
strip-ansi "^4.0.0" | ||
|
||
string.prototype.padend@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.0.0.tgz#f3aaef7c1719f170c5eab1c32bf780d96e21f2f0" | ||
dependencies: | ||
define-properties "^1.1.2" | ||
es-abstract "^1.4.3" | ||
function-bind "^1.0.2" | ||
|
||
string_decoder@~1.0.3: | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab" | ||
|
@@ -2440,7 +2597,7 @@ strip-ansi@^4.0.0: | |
dependencies: | ||
ansi-regex "^3.0.0" | ||
|
||
[email protected]: | ||
[email protected], strip-bom@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" | ||
|
||
|
@@ -2474,6 +2631,12 @@ supports-color@^5.2.0: | |
dependencies: | ||
has-flag "^3.0.0" | ||
|
||
supports-color@^5.3.0: | ||
version "5.3.0" | ||
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.3.0.tgz#5b24ac15db80fa927cf5227a4a33fd3c4c7676c0" | ||
dependencies: | ||
has-flag "^3.0.0" | ||
|
||
symbol-tree@^3.2.2: | ||
version "3.2.2" | ||
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6" | ||
|
@@ -2513,6 +2676,10 @@ throat@^4.0.0: | |
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/throat/-/throat-4.1.0.tgz#89037cbc92c56ab18926e6ba4cbb200e15672a6a" | ||
|
||
through@2, through@~2.3, through@~2.3.1: | ||
version "2.3.8" | ||
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" | ||
|
||
[email protected]: | ||
version "1.0.4" | ||
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1" | ||
|