Skip to content

Commit

Permalink
chore: fix license year
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Mar 24, 2024
1 parent e127dd7 commit 4082d0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Anton Golub
Copyright (c) 2024 Webpod

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpod/ingrid",
"version": "0.0.0-beta.0",
"version": "0.0.0",
"description": "A shell-printed tables parser",
"type": "module",
"main": "target/cjs/index.cjs",
Expand All @@ -22,7 +22,7 @@
"scripts": {
"build": "concurrently 'npm:build:*'",
"build:js": "node ./src/scripts/build.mjs",
"build:dts": "tsc --emitDeclarationOnly --skipLibCheck --outDir target/dts",
"build:dts": "tsc --emitDeclarationOnly --outDir target/dts",
"build:docs": "typedoc --options src/main/typedoc",
"build:stamp": "npx buildstamp",
"test": "concurrently 'npm:test:*'",
Expand Down

0 comments on commit 4082d0d

Please sign in to comment.