Skip to content

Commit 63a4745

Browse files
committed
Add travis config
1 parent 5c00018 commit 63a4745

File tree

3 files changed

+24
-138
lines changed

3 files changed

+24
-138
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: node_js
2+
node_js:
3+
- "4"
4+
- "6"
5+
- "node"

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,12 @@
5858
},
5959
"devDependencies": {
6060
"babel-cli": "^6.24.1",
61-
"babel-core": "^6.0.17",
6261
"babel-jest": "^20.0.3",
6362
"babel-preset-env": "^1.5.1",
64-
"babel-preset-es2015": "^6.0.15",
6563
"eslint": "^3.19.0",
6664
"husky": "^0.13.3",
67-
"in-publish": "^2.0.0",
6865
"jest": "^20.0.4",
6966
"lint-staged": "^3.5.0",
70-
"mocha": "^2.3.3",
7167
"prettier": "^1.3.1"
7268
}
7369
}

yarn.lock

Lines changed: 19 additions & 134 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ babel-code-frame@6.22.0, babel-code-frame@^6.16.0, babel-code-frame@^6.22.0:
212212
esutils "^2.0.2"
213213
js-tokens "^3.0.0"
214214

215-
babel-core@^6.0.0, babel-core@^6.0.17, babel-core@^6.24.1:
215+
babel-core@^6.0.0, babel-core@^6.24.1:
216216
version "6.24.1"
217217
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.24.1.tgz#8c428564dce1e1f41fb337ec34f4c3b022b5ad83"
218218
dependencies:
@@ -414,7 +414,7 @@ babel-plugin-transform-es2015-block-scoped-functions@^6.22.0:
414414
dependencies:
415415
babel-runtime "^6.22.0"
416416

417-
babel-plugin-transform-es2015-block-scoping@^6.23.0, babel-plugin-transform-es2015-block-scoping@^6.24.1:
417+
babel-plugin-transform-es2015-block-scoping@^6.23.0:
418418
version "6.24.1"
419419
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.24.1.tgz#76c295dc3a4741b1665adfd3167215dcff32a576"
420420
dependencies:
@@ -424,7 +424,7 @@ babel-plugin-transform-es2015-block-scoping@^6.23.0, babel-plugin-transform-es20
424424
babel-types "^6.24.1"
425425
lodash "^4.2.0"
426426

427-
babel-plugin-transform-es2015-classes@^6.23.0, babel-plugin-transform-es2015-classes@^6.24.1:
427+
babel-plugin-transform-es2015-classes@^6.23.0:
428428
version "6.24.1"
429429
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz#5a4c58a50c9c9461e564b4b2a3bfabc97a2584db"
430430
dependencies:
@@ -438,33 +438,33 @@ babel-plugin-transform-es2015-classes@^6.23.0, babel-plugin-transform-es2015-cla
438438
babel-traverse "^6.24.1"
439439
babel-types "^6.24.1"
440440

441-
babel-plugin-transform-es2015-computed-properties@^6.22.0, babel-plugin-transform-es2015-computed-properties@^6.24.1:
441+
babel-plugin-transform-es2015-computed-properties@^6.22.0:
442442
version "6.24.1"
443443
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz#6fe2a8d16895d5634f4cd999b6d3480a308159b3"
444444
dependencies:
445445
babel-runtime "^6.22.0"
446446
babel-template "^6.24.1"
447447

448-
babel-plugin-transform-es2015-destructuring@^6.22.0, babel-plugin-transform-es2015-destructuring@^6.23.0:
448+
babel-plugin-transform-es2015-destructuring@^6.23.0:
449449
version "6.23.0"
450450
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz#997bb1f1ab967f682d2b0876fe358d60e765c56d"
451451
dependencies:
452452
babel-runtime "^6.22.0"
453453

454-
babel-plugin-transform-es2015-duplicate-keys@^6.22.0, babel-plugin-transform-es2015-duplicate-keys@^6.24.1:
454+
babel-plugin-transform-es2015-duplicate-keys@^6.22.0:
455455
version "6.24.1"
456456
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz#73eb3d310ca969e3ef9ec91c53741a6f1576423e"
457457
dependencies:
458458
babel-runtime "^6.22.0"
459459
babel-types "^6.24.1"
460460

461-
babel-plugin-transform-es2015-for-of@^6.22.0, babel-plugin-transform-es2015-for-of@^6.23.0:
461+
babel-plugin-transform-es2015-for-of@^6.23.0:
462462
version "6.23.0"
463463
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz#f47c95b2b613df1d3ecc2fdb7573623c75248691"
464464
dependencies:
465465
babel-runtime "^6.22.0"
466466

467-
babel-plugin-transform-es2015-function-name@^6.22.0, babel-plugin-transform-es2015-function-name@^6.24.1:
467+
babel-plugin-transform-es2015-function-name@^6.22.0:
468468
version "6.24.1"
469469
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz#834c89853bc36b1af0f3a4c5dbaa94fd8eacaa8b"
470470
dependencies:
@@ -495,30 +495,30 @@ babel-plugin-transform-es2015-modules-commonjs@^6.23.0, babel-plugin-transform-e
495495
babel-template "^6.24.1"
496496
babel-types "^6.24.1"
497497

498-
babel-plugin-transform-es2015-modules-systemjs@^6.23.0, babel-plugin-transform-es2015-modules-systemjs@^6.24.1:
498+
babel-plugin-transform-es2015-modules-systemjs@^6.23.0:
499499
version "6.24.1"
500500
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz#ff89a142b9119a906195f5f106ecf305d9407d23"
501501
dependencies:
502502
babel-helper-hoist-variables "^6.24.1"
503503
babel-runtime "^6.22.0"
504504
babel-template "^6.24.1"
505505

506-
babel-plugin-transform-es2015-modules-umd@^6.23.0, babel-plugin-transform-es2015-modules-umd@^6.24.1:
506+
babel-plugin-transform-es2015-modules-umd@^6.23.0:
507507
version "6.24.1"
508508
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz#ac997e6285cd18ed6176adb607d602344ad38468"
509509
dependencies:
510510
babel-plugin-transform-es2015-modules-amd "^6.24.1"
511511
babel-runtime "^6.22.0"
512512
babel-template "^6.24.1"
513513

514-
babel-plugin-transform-es2015-object-super@^6.22.0, babel-plugin-transform-es2015-object-super@^6.24.1:
514+
babel-plugin-transform-es2015-object-super@^6.22.0:
515515
version "6.24.1"
516516
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz#24cef69ae21cb83a7f8603dad021f572eb278f8d"
517517
dependencies:
518518
babel-helper-replace-supers "^6.24.1"
519519
babel-runtime "^6.22.0"
520520

521-
babel-plugin-transform-es2015-parameters@^6.23.0, babel-plugin-transform-es2015-parameters@^6.24.1:
521+
babel-plugin-transform-es2015-parameters@^6.23.0:
522522
version "6.24.1"
523523
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz#57ac351ab49caf14a97cd13b09f66fdf0a625f2b"
524524
dependencies:
@@ -529,7 +529,7 @@ babel-plugin-transform-es2015-parameters@^6.23.0, babel-plugin-transform-es2015-
529529
babel-traverse "^6.24.1"
530530
babel-types "^6.24.1"
531531

532-
babel-plugin-transform-es2015-shorthand-properties@^6.22.0, babel-plugin-transform-es2015-shorthand-properties@^6.24.1:
532+
babel-plugin-transform-es2015-shorthand-properties@^6.22.0:
533533
version "6.24.1"
534534
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz#24f875d6721c87661bbd99a4622e51f14de38aa0"
535535
dependencies:
@@ -542,7 +542,7 @@ babel-plugin-transform-es2015-spread@^6.22.0:
542542
dependencies:
543543
babel-runtime "^6.22.0"
544544

545-
babel-plugin-transform-es2015-sticky-regex@^6.22.0, babel-plugin-transform-es2015-sticky-regex@^6.24.1:
545+
babel-plugin-transform-es2015-sticky-regex@^6.22.0:
546546
version "6.24.1"
547547
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz#00c1cdb1aca71112cdf0cf6126c2ed6b457ccdbc"
548548
dependencies:
@@ -556,13 +556,13 @@ babel-plugin-transform-es2015-template-literals@^6.22.0:
556556
dependencies:
557557
babel-runtime "^6.22.0"
558558

559-
babel-plugin-transform-es2015-typeof-symbol@^6.22.0, babel-plugin-transform-es2015-typeof-symbol@^6.23.0:
559+
babel-plugin-transform-es2015-typeof-symbol@^6.23.0:
560560
version "6.23.0"
561561
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz#dec09f1cddff94b52ac73d505c84df59dcceb372"
562562
dependencies:
563563
babel-runtime "^6.22.0"
564564

565-
babel-plugin-transform-es2015-unicode-regex@^6.22.0, babel-plugin-transform-es2015-unicode-regex@^6.24.1:
565+
babel-plugin-transform-es2015-unicode-regex@^6.22.0:
566566
version "6.24.1"
567567
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz#d38b12f42ea7323f729387f18a7c5ae1faeb35e9"
568568
dependencies:
@@ -578,7 +578,7 @@ babel-plugin-transform-exponentiation-operator@^6.22.0:
578578
babel-plugin-syntax-exponentiation-operator "^6.8.0"
579579
babel-runtime "^6.22.0"
580580

581-
babel-plugin-transform-regenerator@^6.22.0, babel-plugin-transform-regenerator@^6.24.1:
581+
babel-plugin-transform-regenerator@^6.22.0:
582582
version "6.24.1"
583583
resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.24.1.tgz#b8da305ad43c3c99b4848e4fe4037b770d23c418"
584584
dependencies:
@@ -634,35 +634,6 @@ babel-preset-env@^1.5.1:
634634
invariant "^2.2.2"
635635
semver "^5.3.0"
636636

637-
babel-preset-es2015@^6.0.15:
638-
version "6.24.1"
639-
resolved "https://registry.yarnpkg.com/babel-preset-es2015/-/babel-preset-es2015-6.24.1.tgz#d44050d6bc2c9feea702aaf38d727a0210538939"
640-
dependencies:
641-
babel-plugin-check-es2015-constants "^6.22.0"
642-
babel-plugin-transform-es2015-arrow-functions "^6.22.0"
643-
babel-plugin-transform-es2015-block-scoped-functions "^6.22.0"
644-
babel-plugin-transform-es2015-block-scoping "^6.24.1"
645-
babel-plugin-transform-es2015-classes "^6.24.1"
646-
babel-plugin-transform-es2015-computed-properties "^6.24.1"
647-
babel-plugin-transform-es2015-destructuring "^6.22.0"
648-
babel-plugin-transform-es2015-duplicate-keys "^6.24.1"
649-
babel-plugin-transform-es2015-for-of "^6.22.0"
650-
babel-plugin-transform-es2015-function-name "^6.24.1"
651-
babel-plugin-transform-es2015-literals "^6.22.0"
652-
babel-plugin-transform-es2015-modules-amd "^6.24.1"
653-
babel-plugin-transform-es2015-modules-commonjs "^6.24.1"
654-
babel-plugin-transform-es2015-modules-systemjs "^6.24.1"
655-
babel-plugin-transform-es2015-modules-umd "^6.24.1"
656-
babel-plugin-transform-es2015-object-super "^6.24.1"
657-
babel-plugin-transform-es2015-parameters "^6.24.1"
658-
babel-plugin-transform-es2015-shorthand-properties "^6.24.1"
659-
babel-plugin-transform-es2015-spread "^6.22.0"
660-
babel-plugin-transform-es2015-sticky-regex "^6.24.1"
661-
babel-plugin-transform-es2015-template-literals "^6.22.0"
662-
babel-plugin-transform-es2015-typeof-symbol "^6.22.0"
663-
babel-plugin-transform-es2015-unicode-regex "^6.24.1"
664-
babel-plugin-transform-regenerator "^6.24.1"
665-
666637
babel-preset-jest@^20.0.3:
667638
version "20.0.3"
668639
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-20.0.3.tgz#cbacaadecb5d689ca1e1de1360ebfc66862c178a"
@@ -934,14 +905,6 @@ combined-stream@^1.0.5, combined-stream@~1.0.5:
934905
dependencies:
935906
delayed-stream "~1.0.0"
936907

937-
commander@0.6.1:
938-
version "0.6.1"
939-
resolved "https://registry.yarnpkg.com/commander/-/commander-0.6.1.tgz#fa68a14f6a945d54dbbe50d8cdb3320e9e3b1a06"
940-
941-
commander@2.3.0:
942-
version "2.3.0"
943-
resolved "https://registry.yarnpkg.com/commander/-/commander-2.3.0.tgz#fd430e889832ec353b9acd1de217c11cb3eef873"
944-
945908
commander@^2.8.1, commander@^2.9.0:
946909
version "2.9.0"
947910
resolved "https://registry.yarnpkg.com/commander/-/commander-2.9.0.tgz#9c99094176e12240cb22d6c5146098400fe0f7d4"
@@ -1033,12 +996,6 @@ date-fns@^1.27.2:
1033996
version "1.28.5"
1034997
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.28.5.tgz#257cfc45d322df45ef5658665967ee841cd73faf"
1035998

1036-
debug@2.2.0:
1037-
version "2.2.0"
1038-
resolved "https://registry.yarnpkg.com/debug/-/debug-2.2.0.tgz#f87057e995b1a1f6ae6a4960664137bc56f039da"
1039-
dependencies:
1040-
ms "0.7.1"
1041-
1042999
debug@^2.1.1, debug@^2.2.0, debug@^2.6.3:
10431000
version "2.6.8"
10441001
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.8.tgz#e731531ca2ede27d188222427da17821d68ff4fc"
@@ -1089,10 +1046,6 @@ detect-indent@^4.0.0:
10891046
dependencies:
10901047
repeating "^2.0.0"
10911048

1092-
diff@1.4.0:
1093-
version "1.4.0"
1094-
resolved "https://registry.yarnpkg.com/diff/-/diff-1.4.0.tgz#7f28d2eb9ee7b15a97efd89ce63dcfdaa3ccbabf"
1095-
10961049
diff@^3.2.0:
10971050
version "3.2.0"
10981051
resolved "https://registry.yarnpkg.com/diff/-/diff-3.2.0.tgz#c9ce393a4b7cbd0b058a725c93df299027868ff9"
@@ -1182,7 +1135,7 @@ es6-weak-map@^2.0.1:
11821135
es6-iterator "^2.0.1"
11831136
es6-symbol "^3.1.1"
11841137

1185-
escape-string-regexp@1.0.2, escape-string-regexp@^1.0.2:
1138+
escape-string-regexp@^1.0.2:
11861139
version "1.0.2"
11871140
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.2.tgz#4dbc2fe674e71949caf3fb2695ce7f2dc1d9a8d1"
11881141

@@ -1538,13 +1491,6 @@ glob-parent@^2.0.0:
15381491
dependencies:
15391492
is-glob "^2.0.0"
15401493

1541-
glob@3.2.11:
1542-
version "3.2.11"
1543-
resolved "https://registry.yarnpkg.com/glob/-/glob-3.2.11.tgz#4a973f635b9190f715d10987d5c00fd2815ebe3d"
1544-
dependencies:
1545-
inherits "2"
1546-
minimatch "0.3"
1547-
15481494
glob@7.1.1:
15491495
version "7.1.1"
15501496
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.1.tgz#805211df04faaf1c63a3600306cdf5ade50b2ec8"
@@ -1590,10 +1536,6 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.4:
15901536
version "1.0.1"
15911537
resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"
15921538

1593-
growl@1.9.2:
1594-
version "1.9.2"
1595-
resolved "https://registry.yarnpkg.com/growl/-/growl-1.9.2.tgz#0ea7743715db8d8de2c5ede1775e1b45ac85c02f"
1596-
15971539
growly@^1.3.0:
15981540
version "1.3.0"
15991541
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
@@ -1696,10 +1638,6 @@ imurmurhash@^0.1.4:
16961638
version "0.1.4"
16971639
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
16981640

1699-
in-publish@^2.0.0:
1700-
version "2.0.0"
1701-
resolved "https://registry.yarnpkg.com/in-publish/-/in-publish-2.0.0.tgz#e20ff5e3a2afc2690320b6dc552682a9c7fadf51"
1702-
17031641
indent-string@^2.1.0:
17041642
version "2.1.0"
17051643
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-2.1.0.tgz#8e2d48348742121b4a8218b7a137e9a52049dc80"
@@ -1969,13 +1907,6 @@ istanbul-reports@^1.1.0:
19691907
dependencies:
19701908
handlebars "^4.0.3"
19711909

1972-
jade@0.26.3:
1973-
version "0.26.3"
1974-
resolved "https://registry.yarnpkg.com/jade/-/jade-0.26.3.tgz#8f10d7977d8d79f2f6ff862a81b0513ccb25686c"
1975-
dependencies:
1976-
commander "0.6.1"
1977-
mkdirp "0.3.0"
1978-
19791910
jest-changed-files@^20.0.3:
19801911
version "20.0.3"
19811912
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-20.0.3.tgz#9394d5cc65c438406149bef1bf4d52b68e03e3f8"
@@ -2474,10 +2405,6 @@ loose-envify@^1.0.0:
24742405
dependencies:
24752406
js-tokens "^3.0.0"
24762407

2477-
lru-cache@2:
2478-
version "2.7.3"
2479-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-2.7.3.tgz#6d4524e8b955f95d4f5b58851ce21dd72fb4e952"
2480-
24812408
lru-cache@^4.0.1:
24822409
version "4.0.2"
24832410
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.0.2.tgz#1d17679c069cda5d040991a09dbc2c0db377e55e"
@@ -2523,13 +2450,6 @@ mime-types@^2.1.12, mime-types@~2.1.7:
25232450
dependencies:
25242451
mime-db "~1.27.0"
25252452

2526-
minimatch@0.3:
2527-
version "0.3.0"
2528-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-0.3.0.tgz#275d8edaac4f1bb3326472089e7949c8394699dd"
2529-
dependencies:
2530-
lru-cache "2"
2531-
sigmund "~1.0.0"
2532-
25332453
minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4:
25342454
version "3.0.4"
25352455
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -2544,35 +2464,12 @@ minimist@1.2.0, minimist@^1.1.1, minimist@^1.2.0:
25442464
version "1.2.0"
25452465
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
25462466

2547-
mkdirp@0.3.0:
2548-
version "0.3.0"
2549-
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.3.0.tgz#1bbf5ab1ba827af23575143490426455f481fe1e"
2550-
2551-
mkdirp@0.5.1, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1:
2467+
"mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1:
25522468
version "0.5.1"
25532469
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
25542470
dependencies:
25552471
minimist "0.0.8"
25562472

2557-
mocha@^2.3.3:
2558-
version "2.5.3"
2559-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-2.5.3.tgz#161be5bdeb496771eb9b35745050b622b5aefc58"
2560-
dependencies:
2561-
commander "2.3.0"
2562-
debug "2.2.0"
2563-
diff "1.4.0"
2564-
escape-string-regexp "1.0.2"
2565-
glob "3.2.11"
2566-
growl "1.9.2"
2567-
jade "0.26.3"
2568-
mkdirp "0.5.1"
2569-
supports-color "1.2.0"
2570-
to-iso-string "0.0.2"
2571-
2572-
ms@0.7.1:
2573-
version "0.7.1"
2574-
resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.1.tgz#9cd13c03adbff25b65effde7ce864ee952017098"
2575-
25762473
ms@2.0.0:
25772474
version "2.0.0"
25782475
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
@@ -3200,10 +3097,6 @@ shellwords@^0.1.0:
32003097
version "0.1.0"
32013098
resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.0.tgz#66afd47b6a12932d9071cbfd98a52e785cd0ba14"
32023099

3203-
sigmund@~1.0.0:
3204-
version "1.0.1"
3205-
resolved "https://registry.yarnpkg.com/sigmund/-/sigmund-1.0.1.tgz#3ff21f198cad2175f9f3b781853fd94d0d19b590"
3206-
32073100
signal-exit@^3.0.0:
32083101
version "3.0.2"
32093102
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
@@ -3340,10 +3233,6 @@ strip-json-comments@~2.0.1:
33403233
version "2.0.1"
33413234
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
33423235

3343-
supports-color@1.2.0:
3344-
version "1.2.0"
3345-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-1.2.0.tgz#ff1ed1e61169d06b3cf2d588e188b18d8847e17e"
3346-
33473236
supports-color@^2.0.0:
33483237
version "2.0.0"
33493238
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
@@ -3424,10 +3313,6 @@ to-fast-properties@^1.0.1:
34243313
version "1.0.3"
34253314
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47"
34263315

3427-
to-iso-string@0.0.2:
3428-
version "0.0.2"
3429-
resolved "https://registry.yarnpkg.com/to-iso-string/-/to-iso-string-0.0.2.tgz#4dc19e664dfccbe25bd8db508b00c6da158255d1"
3430-
34313316
tough-cookie@^2.3.2, tough-cookie@~2.3.0:
34323317
version "2.3.2"
34333318
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.2.tgz#f081f76e4c85720e6c37a5faced737150d84072a"

0 commit comments

Comments
 (0)