Skip to content

Commit

Permalink
maybe ts version?
Browse files Browse the repository at this point in the history
  • Loading branch information
swimmadude66 committed Mar 29, 2024
1 parent d89885b commit 02e4264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"test": "mocha -r ts-node/register spec/**/*.spec.ts --exit",
"prebuild": "rimraf dist",
"build": "tsc --showConfig && tsc -p tsconfig.json",
"build": "tsc --version && tsc -p tsconfig.json",
"prepublishOnly": "npm run build"
},
"keywords": [
Expand All @@ -38,7 +38,7 @@
"mocha": "8.2.1",
"rimraf": "3.0.2",
"ts-node": "9.1.1",
"typescript": "4.1.3",
"typescript": "5.4.3",
"webpack": ">=3.0.0"
},
"dependencies": {
Expand Down

0 comments on commit 02e4264

Please sign in to comment.