We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b800f07 commit 27ea140Copy full SHA for 27ea140
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fcx",
3
- "version": "0.0.3",
+ "version": "0.0.4",
4
"author": "mdmrk",
5
"repository": {
6
"type": "git",
@@ -28,7 +28,7 @@
28
"build:dev": "bun build.ts --dev",
29
"build:watch": "bun build.ts --dev --watch",
30
"build:workflow": "bun build.ts --release-channel GitHubRelease",
31
- "build:greasyfork": "biome lint && tsc --noEmit && bun build.ts --release-channel OutOfBand",
+ "build:greasyfork": "biome lint && tsc --noEmit && bun build.ts --release-channel GitHubRelease",
32
"clean": "rimraf ./dist/",
33
"format": "biome format --write .",
34
"lint": "biome lint .",
0 commit comments