Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
12944qwerty committed Aug 2, 2023
1 parent 03aef88 commit 4d67798
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 342 deletions.
8 changes: 6 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@
"discordID": "499400512559382538",
"github": "12944qwerty"
},
"version": "0.2.0",
"version": "0.2.1",
"updater": {
"type": "store",
"id": "dev.kingfish.BetterCodeblocks"
},
"license": "MIT",
"type": "replugged-plugin",
"renderer": "src/index.ts",
"source": "https://github.com/qwerty-mods/better-codeblocks"
"source": "https://github.com/qwerty-mods/better-codeblocks",
"image": [
"https://cdn.discordapp.com/attachments/1136351214754353373/1136351215349927987/image.png",
"https://cdn.discordapp.com/attachments/1132527213401612289/1136404322293383369/image.png"
]
}
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "better-codeblocks",
"version": "0.2.0",
"version": "0.2.1",
"description": "Improves the codeblocks",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
},
"scripts": {
"build": "node scripts/creplugged.mjs build plugin",
"watch": "node scripts/creplugged.mjs build plugin --watch",
"bundle": "node scripts/creplugged.mjs bundle plugin",
"build": "node scripts/creplugged.mjs build",
"watch": "node scripts/creplugged.mjs build --watch",
"bundle": "node scripts/creplugged.mjs bundle",
"check": "tsc --noEmit",
"prettier:check": "prettier ./src --check",
"eslint:check": "eslint ./src",
Expand All @@ -35,11 +35,9 @@
"replugged": "^4.5.1",
"typescript": "^4.8.4",
"@electron/asar": "^3.2.4",
"@parcel/core": "^2.9.3",
"chalk": "^5.3.0",
"esbuild": "^0.16.17",
"update-notifier": "^6.0.2",
"ws": "^8.13.0",
"yargs": "^17.7.2"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 4d67798

Please sign in to comment.