Skip to content

Commit

Permalink
chore: drop badges from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Aug 22, 2023
1 parent 51c84a2 commit f56b6ee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Twitch Extension for Hearthstone Deck Tracker
[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/HearthSim/twitch-hdt-frontend/Continuous%20Integration/master)](https://github.com/HearthSim/twitch-hdt-frontend/actions/workflows/ci.yml)
[![GitHub release](https://img.shields.io/github/release/HearthSim/hdt-twitch-extension.svg)](https://github.com/HearthSim/hdt-twitch-extension/releases)

This repository contains the official Twitch extension for Hearthstone Deck Tracker.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"babel-plugin-styled-components": "^1.10.7",
"clean-webpack-plugin": "^0.1.19",
"clipboard-polyfill": "^2.8.6",
"deckstrings": "^2.2.1",
"deckstrings": "^3.1.1",
"file-loader": "^2.0.0",
"hearthstonejson-client": "^1.4.0",
"html-webpack-include-sibling-chunks-plugin": "0.1.0",
Expand Down
1 change: 1 addition & 0 deletions src/twitch-hdt.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export const enum FormatType {
FT_WILD = 1,
FT_STANDARD = 2,
FT_CLASSIC = 3,
FT_TWIST = 4,
}

export const enum BnetGameType {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2513,10 +2513,10 @@ decamelize@^1.2.0:
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=

deckstrings@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/deckstrings/-/deckstrings-2.2.1.tgz#691fb8d8e19e77219cfd71ce56e38e1cd54d97a9"
integrity sha512-dwbSCKhmoPjT54Bs99PJB5Ur2F3vSwYKhkbiKXI2KoOmsc5orYSRfGAK10Qd9WAeUeFdPQ4PoUBrvtMuT7dveQ==
deckstrings@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/deckstrings/-/deckstrings-3.1.1.tgz#7cc60d97c9ddbd4bb22f3f1b608589cba119724b"
integrity sha512-FYrls5s83vE+y/fPVU5DjXUPh0aM77+fh52Rz/LWxZvS/fskWJ2z2JeyBTTV2y+CSq95MM/JexZeGCDYELtu6g==

decode-uri-component@^0.2.0:
version "0.2.0"
Expand Down

0 comments on commit f56b6ee

Please sign in to comment.