Skip to content

Commit 19d75cf

Browse files
committed
retrigger workflow runs
1 parent ce72c49 commit 19d75cf

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
2-
"name": "fish-commands",
3-
"version": "1.0.0",
4-
"description": "A custom commands plugin for >|||>Fish Mindustry servers. Created by Brandons404, rewritten by BalaM314.",
5-
"main": "scripts/main.js",
6-
"private": "true",
7-
"scripts": {
8-
"attach": "node scripts/attach.js",
9-
"watch": "tsc --watch",
10-
"build": "tsc -p tsconfig.json",
11-
"dev": "node scripts/dev.js",
12-
"test": "tsc -b spec && jasmine"
13-
},
14-
"keywords": [],
15-
"author": "",
16-
"license": "UNLICENSED",
17-
"devDependencies": {
18-
"@types/jasmine": "^5.1.5",
19-
"@types/node": "^22.10.9",
20-
"esbuild": "^0.23.1",
21-
"jasmine": "^5.5.0",
22-
"typescript": "^5.7.3"
23-
},
24-
"directories": {
25-
"doc": "docs"
26-
}
2+
"name": "fish-commands",
3+
"version": "1.0.0",
4+
"description": "A custom commands plugin for >|||>Fish Mindustry servers. Created by Brandons404, rewritten by BalaM314.",
5+
"main": "scripts/main.js",
6+
"private": "true",
7+
"scripts": {
8+
"attach": "node scripts/attach.js",
9+
"watch": "tsc --watch",
10+
"build": "tsc -p tsconfig.json",
11+
"dev": "node scripts/dev.js",
12+
"test": "tsc -b spec && jasmine"
13+
},
14+
"keywords": [],
15+
"author": "",
16+
"license": "UNLICENSED",
17+
"devDependencies": {
18+
"@types/jasmine": "^5.1.5",
19+
"@types/node": "^22.10.9",
20+
"esbuild": "^0.23.1",
21+
"jasmine": "^5.5.0",
22+
"typescript": "^5.7.3"
23+
},
24+
"directories": {
25+
"doc": "docs"
26+
}
2727
}

0 commit comments

Comments
 (0)