Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
unsync committed Jan 28, 2024
1 parent 61b3c60 commit 6826fd4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
17 changes: 9 additions & 8 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"node": ">=18"
},
"scripts": {
"build": "tsc",
"checkdeps": "ncu",
"checkdeps:apply": "ncu -u",
"lint": "eslint .",
Expand All @@ -24,7 +23,8 @@
"release:patch": "npm version -m 'release:patch' patch",
"release:minor": "npm version -m 'release:minor' minor",
"release:major": "npm version -m 'release:major' major",
"postinstall": "node scripts/postinstall.cjs"
"postinstall": "node scripts/postinstall.cjs",
"build": "tsc"
},
"dependencies": {
"lodash": "^4.17.21",
Expand All @@ -35,8 +35,8 @@
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.9",
"@unsync/eslint": "^1.0.21",
"@unsync/tsconfig": "1.0.9",
"@unsync/eslint": "^1.0.22",
"@unsync/tsconfig": "1.0.10",
"husky": "^9.0.6",
"lint-staged": "^15.2.0",
"ts-node": "^10.9.2",
Expand Down

0 comments on commit 6826fd4

Please sign in to comment.