Skip to content

Commit

Permalink
Update typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreif committed Sep 22, 2023
1 parent d12477f commit 34712dc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 95 deletions.
100 changes: 8 additions & 92 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"scripts": {
"clean": "rm -rf dist",
"lint": "eslint src/*.ts test/*.js",
"prebuild": "npm run clean && npm run lint",
"prebuild": "npm run clean",
"build": "tsc",
"pretest": "npm run build",
"pretest": "npm run build && npm run lint",
"test": "mocha",
"prepublishOnly": "npm run build",
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
Expand All @@ -28,7 +28,7 @@
"eslint": "^8.49.0",
"eslint-plugin-github": "^4.10.0",
"mocha": "^10.2.0",
"typescript": "^3.9.7"
"typescript": "^5.2.2"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 34712dc

Please sign in to comment.