File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "firebase" : " material2-test" ,
3
+ "public" : " dist" ,
4
+ "ignore" : [
5
+ " firebase.json" ,
6
+ " **/.*" ,
7
+ " **/node_modules/**" ,
8
+ " tmp" ,
9
+ " deploy" ,
10
+ " typings"
11
+ ]
12
+ }
Original file line number Diff line number Diff line change 16
16
"typings" : " typings install --ambient" ,
17
17
"postinstall" : " npm run typings" ,
18
18
"e2e" : " protractor test/protractor.conf.js" ,
19
- "inline-resources" : " gulp inline-resources"
19
+ "inline-resources" : " gulp inline-resources" ,
20
+ "deploy" : " firebase deploy"
20
21
},
21
22
"version" : " 2.0.0-alpha.2" ,
22
23
"license" : " MIT" ,
23
24
"engines" : {
24
25
"node" : " >= 4.2.1 < 5"
25
26
},
26
27
"dependencies" : {
27
- "angular2" : " 2.0.0-beta.12 " ,
28
+ "angular2" : " 2.0.0-beta.13 " ,
28
29
"es6-promise" : " ^3.0.2" ,
29
30
"es6-shim" : " ^0.35.0" ,
30
31
"reflect-metadata" : " 0.1.2" ,
31
32
"rxjs" : " 5.0.0-beta.2" ,
32
- "systemjs" : " 0.19.4 " ,
33
+ "systemjs" : " 0.19.20 " ,
33
34
"zone.js" : " 0.6.6"
34
35
},
35
36
"devDependencies" : {
45
46
"browserstacktunnel-wrapper" : " ^1.4.2" ,
46
47
"conventional-changelog" : " ^1.1.0" ,
47
48
"ember-cli-inject-live-reload" : " ^1.3.0" ,
49
+ "firebase-tools" : " ^2.2.1" ,
48
50
"fs-extra" : " ^0.26.5" ,
49
51
"glob" : " ^6.0.4" ,
50
52
"gulp" : " ^3.9.1" ,
Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 ">
5
5
< title > Material2</ title >
6
6
< base href ="/ ">
7
+ < script src ="vendor/es6-shim/es6-shim.js "> </ script >
7
8
< script src ="vendor/systemjs/dist/system-polyfills.js "> </ script >
8
9
< script src ="vendor/angular2/bundles/angular2-polyfills.js "> </ script >
9
10
{{content-for 'head'}}
You can’t perform that action at this time.
0 commit comments