Skip to content

Commit 4082d0d

Browse files
committed
chore: fix license year
1 parent e127dd7 commit 4082d0d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpod/ingrid",
3-
"version": "0.0.0-beta.0",
3+
"version": "0.0.0",
44
"description": "A shell-printed tables parser",
55
"type": "module",
66
"main": "target/cjs/index.cjs",
@@ -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)