Skip to content

Commit

Permalink
ci: fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
lazzzis committed Sep 30, 2024
1 parent e0e16f3 commit 2882ab0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"name": "putong-oj",
"version": "2.0.0-beta",
"author": "lazzzis",
"license": "MIT",
"repository": "https://github.com/acm309/PutongOJ.git",
"main": "app.js",
"contributors": [
{
"name": "lazzzis",
Expand All @@ -15,6 +12,9 @@
"url": "https://github.com/Kerminate"
}
],
"license": "MIT",
"repository": "https://github.com/acm309/PutongOJ.git",
"main": "app.js",
"engines": {
"node": ">= 16.0.0"
},
Expand Down Expand Up @@ -73,7 +73,7 @@
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"nodemon": "^1.19.4",
"nyc": "^15.1.0",
"nyc": "^17.1.0",
"supertest": "^3.4.2",
"typescript": "^4.9.5"
},
Expand Down

0 comments on commit 2882ab0

Please sign in to comment.