File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
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" ,
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" ,
You can’t perform that action at this time.
0 commit comments