File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2023 Anton Golub
3
+ Copyright (c) 2024 Webpod
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpod/ingrid" ,
3
- "version" : " 0.0.0-beta.0 " ,
3
+ "version" : " 0.0.0" ,
4
4
"description" : " A shell-printed tables parser" ,
5
5
"type" : " module" ,
6
6
"main" : " target/cjs/index.cjs" ,
22
22
"scripts" : {
23
23
"build" : " concurrently 'npm:build:*'" ,
24
24
"build:js" : " node ./src/scripts/build.mjs" ,
25
- "build:dts" : " tsc --emitDeclarationOnly --skipLibCheck -- outDir target/dts" ,
25
+ "build:dts" : " tsc --emitDeclarationOnly --outDir target/dts" ,
26
26
"build:docs" : " typedoc --options src/main/typedoc" ,
27
27
"build:stamp" : " npx buildstamp" ,
28
28
"test" : " concurrently 'npm:test:*'" ,
You can’t perform that action at this time.
0 commit comments