Skip to content

Commit a5e5129

Browse files
committed
chore() update version & improve schema description
1 parent fbc6bba commit a5e5129

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: schematics/src/ng-add/schema.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
"alias": "m",
1212
"subtype": "filepath"
1313
},
14+
"path": {
15+
"type": "string",
16+
"format": "path",
17+
"description": "The path to the directory containing the declaring module.",
18+
"visible": false
19+
},
1420
"firebaseApp": {
1521
"type": "string",
1622
"description": "A custom FirebaseApp name.",
@@ -21,12 +27,6 @@
2127
"description": "Add all AngularFire modules (auth, db, storage).",
2228
"alias": "a",
2329
"default": false
24-
},
25-
"path": {
26-
"type": "string",
27-
"format": "path",
28-
"description": "The path to the project.",
29-
"visible": false
3030
}
3131
},
3232
"required": []

Diff for: schematics/src/utils/libs-version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const angularfire2Version = '5.0.0-rc.11';
1+
export const angularfire2Version = '5.0.0-rc.12';
22
export const firebaseVersion = '^5.4.1';

0 commit comments

Comments
 (0)