Skip to content

Commit

Permalink
Merge pull request #6 from krypciak/master
Browse files Browse the repository at this point in the history
Update ccmod.json
  • Loading branch information
2767mr authored Feb 21, 2024
2 parents fb73209 + 66b2e2e commit 8ae7172
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
26 changes: 14 additions & 12 deletions ccmod.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"id": "timer",
"version": "3.0.1",
"title": "CCTimer",
"description": "A speedrun timer for CrossCode.",
"icons": {
"24": "icon.png"
},
"plugin": "plugin.js",
"dependencies": {
"ccloader": "^2.19.0",
"Simplify": "^2.9.0"
}
"id": "timer",
"version": "3.0.2",
"title": "CCTimer",
"description": "A speedrun timer for CrossCode.",
"repository": "https://github.com/CCDirectLink/CCTimer",
"tags": ["speedrun"],
"authors": ["2767mr", "EpicYoshiMaster", "krypek"],
"icons": {
"24": "icon.png"
},
"dependencies": {
"ccloader": "^2.19.0"
},
"plugin": "plugin.js"
}
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
"start": "esbuild --target=es2018 --format=esm --platform=node --bundle --sourcemap=inline --outfile=plugin.js src/plugin.js",
"watch": "esbuild --target=es2018 --format=esm --platform=node --bundle --sourcemap=inline --watch --outfile=plugin.js src/plugin.js"
},
"version": "3.0.1",
"version": "3.0.2",
"ccmodDependencies": {
"ccloader": "^2.19.0",
"Simplify": "^2.9.0"
"ccloader": "^2.19.0"
},
"devDependencies": {
"esbuild": "^0.19.1",
Expand Down

0 comments on commit 8ae7172

Please sign in to comment.