Skip to content

Commit

Permalink
Added mod actions, notices and badges
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaserlang committed Oct 31, 2024
1 parent 2cc65c9 commit 3def0bc
Show file tree
Hide file tree
Showing 16 changed files with 1,071 additions and 608 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-proposal-class-properties"
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-runtime"
]
}
907 changes: 535 additions & 372 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.15.4",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.2",
Expand All @@ -37,6 +38,7 @@
"@mkody/twitch-emoticons": "^2.8.9",
"axios": "^0.21.3",
"downshift": "^6.1.7",
"emotettv": "^1.0.2",
"moment": "^2.29.1",
"query-string": "^7.0.1",
"react": "^17.0.2",
Expand Down
Loading

0 comments on commit 3def0bc

Please sign in to comment.