Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Feb 17, 2024
1 parent 02fd9ef commit fe2b50c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"build": "yarn build:tsup --minify",
"dev": "yarn build:tsup",
"build:tsup": "tsup",
"test": "mocha -r ts-node/register -r yml-register --extension .spec.ts ./__tests__",
"test": "mocha -r tsx -r yml-register --extension .spec.ts ./__tests__",
"lint": "eslint src/**/*.ts && yarn prettier --check",
"format": "yarn prettier --write",
"prettier": "prettier '**/*.{js,ts,json,yml,yaml,md}' '!lib/**/*'"
Expand Down Expand Up @@ -91,9 +91,9 @@
"koishi": "^4.8.2",
"mocha": "^9.2.0",
"prettier": "^2.7.1",
"ts-node": "^10.8.1",
"tsup": "^8.0.1",
"typescript": "^4.7.3",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"yml-register": "^1.1.0"
}
}

0 comments on commit fe2b50c

Please sign in to comment.