File tree 4 files changed +16
-6
lines changed
4 files changed +16
-6
lines changed Original file line number Diff line number Diff line change
1
+ * .spec. *
2
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angularfire2" ,
3
- "version" : " 2.0.0-alpha.2 " ,
3
+ "version" : " 2.0.0-alpha.3 " ,
4
4
"description" : " " ,
5
- "main" : " dist/ angularfire.js" ,
5
+ "main" : " angularfire.js" ,
6
6
"scripts" : {
7
7
"test" : " npm run build; karma start" ,
8
- "build" : " tsc" ,
8
+ "build" : " rm -rf dist; tsc && cp package.json README.md LICENSE .npmignore dist/ " ,
9
9
"install_webdriver" : " ./node_modules/.bin/webdriver-manager update"
10
10
},
11
- "files" : [
12
- " dist" ,
13
- " LICENSE"
11
+ "keywords" : [
12
+ " angular2" ,
13
+ " angular" ,
14
+ " firebase"
14
15
],
15
16
"repository" : {
16
17
"type" : " git" ,
Original file line number Diff line number Diff line change
1
+ npm run build
2
+ npm pack dist
Original file line number Diff line number Diff line change @@ -14,3 +14,8 @@ export const FIREBASE_PROVIDERS:any[] = [
14
14
15
15
export { FirebaseList , FirebaseListConfig } from './providers/firebase_list' ;
16
16
export { FirebaseObservable } from './utils/firebase_observable' ;
17
+
18
+ // Helps Angular-CLI automatically add providers
19
+ export default {
20
+ providers : FIREBASE_PROVIDERS
21
+ }
You can’t perform that action at this time.
0 commit comments