forked from water-fountains/datablue
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
water-fountains#147 remove deprecatd byCoords
moreover: - also use the eslint plugin `unused-imports`
- Loading branch information
Showing
7 changed files
with
128 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
// this file is automatically generated by git.version.js script | ||
const buildInfo = { | ||
version: '', | ||
revision: 'c6dfade', | ||
branch: 'develop', | ||
commit_time: '2021-10-27 08:30:58 +0000', | ||
build_time: 'Fri Dec 17 2021 23:35:27 GMT+0100 (Central European Standard Time)', | ||
revision: 'de728a0', | ||
branch: '#147-remove-deprecated-byCoords', | ||
commit_time: '2021-12-17 23:49:37 +0100', | ||
build_time: 'Mon Dec 20 2021 08:44:55 GMT+0100 (Central European Standard Time)', | ||
}; | ||
export default buildInfo; |
Oops, something went wrong.