Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lib/**/*.d.ts",
"lib/**/*.d.ts.map"
],
"scripts": {

Check warning on line 28 in package.json

View workflow job for this annotation

GitHub Actions / lint / Node lts/* on ubuntu-latest

Entries in 'scripts' are not in lexicographical order and grouped by lifecycles
"build:0": "run-s clean",
"build:1-declaration": "tsc -p declaration.tsconfig.json",
"build": "run-s build:*",
Expand All @@ -48,7 +48,7 @@
},
"devDependencies": {
"@types/node": "^20.19.37",
"@voxpelli/eslint-config": "^23.0.0",
"@voxpelli/eslint-config": "^25.0.0",
"@voxpelli/tsconfig": "^16.1.0",
"@voxpelli/typed-utils": "^4.0.0",
"c8": "^11.0.0",
Expand Down
Loading