File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "id" : " timer" ,
3- "version" : " 3.0.1" ,
4- "title" : " CCTimer" ,
5- "description" : " A speedrun timer for CrossCode." ,
6- "icons" : {
7- "24" : " icon.png"
8- },
9- "plugin" : " plugin.js" ,
10- "dependencies" : {
11- "ccloader" : " ^2.19.0" ,
12- "Simplify" : " ^2.9.0"
13- }
2+ "id" : " timer" ,
3+ "version" : " 3.0.2" ,
4+ "title" : " CCTimer" ,
5+ "description" : " A speedrun timer for CrossCode." ,
6+ "repository" : " https://github.com/CCDirectLink/CCTimer" ,
7+ "tags" : [" speedrun" ],
8+ "authors" : [" 2767mr" , " EpicYoshiMaster" , " krypek" ],
9+ "icons" : {
10+ "24" : " icon.png"
11+ },
12+ "dependencies" : {
13+ "ccloader" : " ^2.19.0"
14+ },
15+ "plugin" : " plugin.js"
1416}
Original file line number Diff line number Diff line change 77 "start" : " esbuild --target=es2018 --format=esm --platform=node --bundle --sourcemap=inline --outfile=plugin.js src/plugin.js" ,
88 "watch" : " esbuild --target=es2018 --format=esm --platform=node --bundle --sourcemap=inline --watch --outfile=plugin.js src/plugin.js"
99 },
10- "version" : " 3.0.1 " ,
10+ "version" : " 3.0.2 " ,
1111 "ccmodDependencies" : {
12- "ccloader" : " ^2.19.0" ,
13- "Simplify" : " ^2.9.0"
12+ "ccloader" : " ^2.19.0"
1413 },
1514 "devDependencies" : {
1615 "esbuild" : " ^0.19.1" ,
You can’t perform that action at this time.
0 commit comments