Skip to content

Commit

Permalink
Added dev script and updated dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed May 27, 2024
1 parent b2df073 commit ff2551f
Show file tree
Hide file tree
Showing 2 changed files with 1,917 additions and 1,434 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"repository": "https://github.com/total-typescript/ts-reset",
"homepage": "https://totaltypescript.com/ts-reset",
"scripts": {
"dev": "tsc --watch",
"build": "tsx scripts/build.ts",
"ci": "turbo build check-exports lint lint-pkg-json",
"check-exports": "check-export-map",
Expand Down Expand Up @@ -89,12 +90,12 @@
"author": "Matt Pocock",
"license": "MIT",
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@types/node": "^18.14.0",
"check-export-map": "^1.3.0",
"tsx": "^3.12.3",
"turbo": "^1.8.1",
"typescript": "^4.9.5"
"@changesets/cli": "^2.27.3",
"@types/node": "^18.19.33",
"check-export-map": "^1.3.1",
"tsx": "^3.14.0",
"turbo": "^1.13.3",
"typescript": "^5.4.5"
},
"prettier": {
"arrowParens": "always",
Expand Down
Loading

0 comments on commit ff2551f

Please sign in to comment.