forked from paritytech/substrate-telemetry
-
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.
[WEB3-833] Change title for telemetry (#4)
* refactor: update title * chore: update versions
- Loading branch information
1 parent
ff739ad
commit d5cc5d0
Showing
5 changed files
with
7 additions
and
7 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"name": "@dotstats/frontend", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"author": "Parity Technologies Ltd. <[email protected]>", | ||
"license": "GPL-3.0", | ||
"description": "Polkadot Telemetry frontend", | ||
"description": "zkVerify Telemetry frontend", | ||
"scripts": { | ||
"start": "webpack serve --mode=development", | ||
"build": "webpack --mode=production", | ||
|