Skip to content

Commit

Permalink
feat(rc): Implement rc0 API
Browse files Browse the repository at this point in the history
  • Loading branch information
davideast committed Mar 30, 2017
1 parent f94478d commit 398e4e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angularfire2",
"version": "4.0.0-rc1",
"version": "4.0.0-rc0",
"description": "",
"main": "bundles/angularfire2.umd.js",
"module": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/auth/auth.module.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { NgModule, NgZone } from '@angular/core';
import * as firebase from 'firebase/app';
import 'firebase/database';
import 'firebase/auth';
import { FirebaseApp } from '../app/index';
import { AngularFireModule } from '../angularfire2';
import { AngularFireAuth } from './index';
Expand Down

0 comments on commit 398e4e2

Please sign in to comment.