mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-27 07:20:19 +00:00
push all website files
This commit is contained in:
15
website/node_modules/firebase-functions/upgrade-warning
generated
vendored
Normal file
15
website/node_modules/firebase-functions/upgrade-warning
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
'use strict';
|
||||
|
||||
const message = `
|
||||
======== WARNING! ========
|
||||
|
||||
This upgrade of firebase-functions contains breaking changes if you are upgrading from a version below v1.0.0.
|
||||
|
||||
To see a complete list of these breaking changes, please go to:
|
||||
|
||||
https://firebase.google.com/docs/functions/beta-v1-diff
|
||||
`;
|
||||
|
||||
console.log(message);
|
Reference in New Issue
Block a user