Skip to content

Commit 3436a00

Browse files
Merge pull request #73 from angular/master
Few minor fixes in the Readme
2 parents c1a2c19 + 2ebc022 commit 3436a00

File tree

3 files changed

+25
-23
lines changed

3 files changed

+25
-23
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<p align="center">The official library for Firebase and Angular</p>
44
</p>
55

6-
[![Build Status](https://travis-ci.org/angular/angularfire2.svg?branch=master)](https://travis-ci.org/angular/angularfire2) [![Join the chat at https://gitter.im/angular/angularfire2](https://badges.gitter.im/angular/angularfire2.svg)](https://gitter.im/angular/angularfire2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
6+
[![Build Status](https://travis-ci.org/angular/angularfire.svg?branch=master)](https://travis-ci.org/angular/angularfire) [![Join the chat at https://gitter.im/angular/angularfire2](https://badges.gitter.im/angular/angularfire2.svg)](https://gitter.im/angular/angularfire2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
77

88
## What is AngularFire?
99

test/ng-build/ng6/yarn.lock

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,9 @@ are-we-there-yet@~1.1.2:
449449
readable-stream "^2.0.6"
450450

451451
argparse@^1.0.7:
452-
version "1.0.9"
453-
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.9.tgz#73d83bc263f86e97f8cc4f6bae1b0e90a7d22c86"
452+
version "1.0.10"
453+
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
454+
integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==
454455
dependencies:
455456
sprintf-js "~1.0.2"
456457

@@ -2247,8 +2248,9 @@ [email protected], esprima@^2.7.1:
22472248
resolved "https://registry.yarnpkg.com/esprima/-/esprima-2.7.3.tgz#96e3b70d5779f6ad49cd032673d1c312767ba581"
22482249

22492250
esprima@^4.0.0:
2250-
version "4.0.0"
2251-
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.0.tgz#4499eddcd1110e0b218bacf2fa7f7f59f55ca804"
2251+
version "4.0.1"
2252+
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
2253+
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
22522254

22532255
esrecurse@^4.1.0:
22542256
version "4.2.0"
@@ -2688,6 +2690,7 @@ for-in@^0.1.3:
26882690
for-in@^1.0.1, for-in@^1.0.2:
26892691
version "1.0.2"
26902692
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
2693+
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
26912694

26922695
for-own@^0.1.4:
26932696
version "0.1.5"
@@ -3662,6 +3665,7 @@ is-extendable@^0.1.0, is-extendable@^0.1.1:
36623665
is-extendable@^1.0.1:
36633666
version "1.0.1"
36643667
resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4"
3668+
integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==
36653669
dependencies:
36663670
is-plain-object "^2.0.4"
36673671

@@ -3780,6 +3784,7 @@ is-path-inside@^1.0.0:
37803784
is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4:
37813785
version "2.0.4"
37823786
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
3787+
integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==
37833788
dependencies:
37843789
isobject "^3.0.1"
37853790

@@ -3871,6 +3876,7 @@ isobject@^2.0.0:
38713876
isobject@^3.0.0, isobject@^3.0.1:
38723877
version "3.0.1"
38733878
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
3879+
integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=
38743880

38753881
[email protected], isstream@~0.1.2:
38763882
version "0.1.2"
@@ -3942,16 +3948,10 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
39423948
version "3.0.2"
39433949
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
39443950

3945-
3946-
version "3.11.0"
3947-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.11.0.tgz#597c1a8bd57152f26d622ce4117851a51f5ebaef"
3948-
dependencies:
3949-
argparse "^1.0.7"
3950-
esprima "^4.0.0"
3951-
3952-
js-yaml@^3.4.3:
3953-
version "3.10.0"
3954-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"
3951+
[email protected], js-yaml@^3.4.3:
3952+
version "3.13.1"
3953+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
3954+
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
39553955
dependencies:
39563956
argparse "^1.0.7"
39573957
esprima "^4.0.0"
@@ -4644,8 +4644,9 @@ mississippi@^2.0.0:
46444644
through2 "^2.0.0"
46454645

46464646
mixin-deep@^1.2.0:
4647-
version "1.3.1"
4648-
resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.1.tgz#a49e7268dce1a0d9698e45326c5626df3543d0fe"
4647+
version "1.3.2"
4648+
resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566"
4649+
integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==
46494650
dependencies:
46504651
for-in "^1.0.2"
46514652
is-extendable "^1.0.1"
@@ -6643,6 +6644,7 @@ split-string@^3.0.1, split-string@^3.0.2:
66436644
sprintf-js@~1.0.2:
66446645
version "1.0.3"
66456646
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
6647+
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
66466648

66476649
sshpk@^1.7.0:
66486650
version "1.13.1"

test/universal-test/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -747,8 +747,8 @@ clap@^1.0.9:
747747
chalk "^1.1.3"
748748

749749
750-
version "4.1.7"
751-
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.1.7.tgz#b9aea4f85679889cf3eae8b40349ec4ebdfdd032"
750+
version "4.1.11"
751+
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.1.11.tgz#2ecdf145aba38f54740f26cefd0ff3e03e125d6a"
752752
dependencies:
753753
source-map "0.5.x"
754754

@@ -1547,8 +1547,8 @@ express@^4.13.3:
15471547
vary "~1.1.1"
15481548

15491549
extend@~3.0.0:
1550-
version "3.0.1"
1551-
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.1.tgz#a755ea7bc1adfcc5a31ce7e762dbaadc5e636444"
1550+
version "3.0.2"
1551+
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
15521552

15531553
external-editor@^2.0.4:
15541554
version "2.0.4"
@@ -2594,8 +2594,8 @@ lodash.uniq@^4.5.0:
25942594
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
25952595

25962596
lodash@^4.0.0, lodash@^4.11.1, lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.3.0, lodash@~4.17.4:
2597-
version "4.17.4"
2598-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
2597+
version "4.17.15"
2598+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
25992599

26002600
longest@^1.0.1:
26012601
version "1.0.1"

0 commit comments

Comments
 (0)