Skip to content

Commit

Permalink
[v1.3.3] Migrate to store
Browse files Browse the repository at this point in the history
  • Loading branch information
GriefMoDz committed Jun 15, 2023
1 parent 6eac136 commit 6ad6787
Show file tree
Hide file tree
Showing 6 changed files with 1,242 additions and 943 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18

- uses: pnpm/action-setup@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18

- uses: pnpm/action-setup@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Formally known as "Online Friends Count", this is a Replugged plug-in that has b

![License: MIT](https://img.shields.io/github/license/griefmodz/statistic-counter?color=3ba55c&style=for-the-badge)
![Total Downloads](https://img.shields.io/github/downloads/griefmodz/statistic-counter/total?color=3ba55c&style=for-the-badge)
[![Install in Replugged](https://img.shields.io/badge/Quick%20Install-via%20RPC-3ba55c?style=for-the-badge&logo=none)](https://replugged.dev/install?identifier=griefmodz/statistic-counter&source=github)
[![Install in Replugged](https://img.shields.io/badge/Quick%20Install-via%20RPC-3ba55c?style=for-the-badge&logo=none)](https://replugged.dev/install?identifier=xyz.griefmodz.StatisticCounter)

## Features

Expand Down
9 changes: 5 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
"discordID": "350227339784880130",
"github": "griefmodz"
},
"version": "1.3.2",
"version": "1.3.3",
"updater": {
"type": "github",
"id": "griefmodz/statistic-counter"
"type": "store",
"id": "xyz.griefmodz.StatisticCounter"
},
"license": "MIT",
"type": "replugged-plugin",
"renderer": "src/index.tsx"
"renderer": "src/index.tsx",
"source": "https://github.com/GriefMoDz/statistic-counter"
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "statistic-counter",
"version": "1.3.2",
"version": "1.3.3",
"description": "A Replugged plug-in that has been ported from Powercord which introduces an interchangeable statistic counter in-between the home button and servers list.",
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
},
"scripts": {
"build": "replugged build plugin",
Expand All @@ -22,16 +23,15 @@
"license": "MIT",
"devDependencies": {
"@types/react": "^18.0.28",
"@types/node": "^18.11.2",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.40.1",
"esbuild": "^0.15.18",
"eslint": "^8.25.0",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.37.0",
"eslint-config-dmitmel": "github:dmitmel/eslint-config-dmitmel",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.31.10",
"prettier": "^2.8.1",
"replugged": "4.0.0",
"typescript": "^4.8.4"
"eslint-plugin-react": "^7.32.2",
"prettier": "^2.8.7",
"replugged": "^4.4.2",
"typescript": "^5.0.3"
}
}
Loading

0 comments on commit 6ad6787

Please sign in to comment.