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 1616 "typings" : " typings install --ambient" ,
1717 "postinstall" : " npm run typings" ,
1818 "e2e" : " protractor test/protractor.conf.js" ,
19- "inline-resources" : " gulp inline-resources"
19+ "inline-resources" : " gulp inline-resources" ,
20+ "deploy" : " firebase deploy"
2021 },
2122 "version" : " 2.0.0-alpha.2" ,
2223 "license" : " MIT" ,
2324 "engines" : {
2425 "node" : " >= 4.2.1 < 5"
2526 },
2627 "dependencies" : {
27- "angular2" : " 2.0.0-beta.12 " ,
28+ "angular2" : " 2.0.0-beta.13 " ,
2829 "es6-promise" : " ^3.0.2" ,
2930 "es6-shim" : " ^0.35.0" ,
3031 "reflect-metadata" : " 0.1.2" ,
3132 "rxjs" : " 5.0.0-beta.2" ,
32- "systemjs" : " 0.19.4 " ,
33+ "systemjs" : " 0.19.20 " ,
3334 "zone.js" : " 0.6.6"
3435 },
3536 "devDependencies" : {
4546 "browserstacktunnel-wrapper" : " ^1.4.2" ,
4647 "conventional-changelog" : " ^1.1.0" ,
4748 "ember-cli-inject-live-reload" : " ^1.3.0" ,
49+ "firebase-tools" : " ^2.2.1" ,
4850 "fs-extra" : " ^0.26.5" ,
4951 "glob" : " ^6.0.4" ,
5052 "gulp" : " ^3.9.1" ,
Original file line number Diff line number Diff line change 44 < meta charset ="utf-8 ">
55 < title > Material2</ title >
66 < base href ="/ ">
7+ < script src ="vendor/es6-shim/es6-shim.js "> </ script >
78 < script src ="vendor/systemjs/dist/system-polyfills.js "> </ script >
89 < script src ="vendor/angular2/bundles/angular2-polyfills.js "> </ script >
910 {{content-for 'head'}}
You can’t perform that action at this time.
0 commit comments