Skip to content

Commit 8d2a0df

Browse files
committed
chore: fix license year
1 parent e127dd7 commit 8d2a0df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Anton Golub
3+
Copyright (c) 2024 Webpod
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"scripts": {
2323
"build": "concurrently 'npm:build:*'",
2424
"build:js": "node ./src/scripts/build.mjs",
25-
"build:dts": "tsc --emitDeclarationOnly --skipLibCheck --outDir target/dts",
25+
"build:dts": "tsc --emitDeclarationOnly --outDir target/dts",
2626
"build:docs": "typedoc --options src/main/typedoc",
2727
"build:stamp": "npx buildstamp",
2828
"test": "concurrently 'npm:test:*'",

0 commit comments

Comments
 (0)