Skip to content

Commit 34712dc

Browse files
committed
Update typescript
1 parent d12477f commit 34712dc

2 files changed

Lines changed: 11 additions & 95 deletions

File tree

package-lock.json

Lines changed: 8 additions & 92 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"scripts": {
1515
"clean": "rm -rf dist",
1616
"lint": "eslint src/*.ts test/*.js",
17-
"prebuild": "npm run clean && npm run lint",
17+
"prebuild": "npm run clean",
1818
"build": "tsc",
19-
"pretest": "npm run build",
19+
"pretest": "npm run build && npm run lint",
2020
"test": "mocha",
2121
"prepublishOnly": "npm run build",
2222
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
@@ -28,7 +28,7 @@
2828
"eslint": "^8.49.0",
2929
"eslint-plugin-github": "^4.10.0",
3030
"mocha": "^10.2.0",
31-
"typescript": "^3.9.7"
31+
"typescript": "^5.2.2"
3232
},
3333
"eslintConfig": {
3434
"extends": [

0 commit comments

Comments
 (0)