From 5f689cbcf99c8b82545b60f7b826d32c483b0ca5 Mon Sep 17 00:00:00 2001 From: Evgeny Metelkin Date: Tue, 21 Jan 2025 18:54:04 +0200 Subject: [PATCH] fix license path --- .npmignore | 21 +++++++++++++++++++++ CHANGELOG.md | 2 +- build-choco/tools/VERIFICATION.txt | 2 +- index.md | 2 +- 4 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 00000000..43cbf158 --- /dev/null +++ b/.npmignore @@ -0,0 +1,21 @@ +node_modules +/dist +/draft +/tmp +/coverage +/diagnostics +*.tmp +~$*.* +*.log + +.nyc_output + +/docs + +/.github +/.vscode +/build-choco +/build-deb +/build-homebrew +/build-win-installer +/.gitattributes diff --git a/CHANGELOG.md b/CHANGELOG.md index 43ede3ba..6e4970e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 0.9.3 -- build debinan package +- build debian package - build cholatatey package - build homebrew package - update .MSI build diff --git a/build-choco/tools/VERIFICATION.txt b/build-choco/tools/VERIFICATION.txt index ef3eb96c..675de0e3 100644 --- a/build-choco/tools/VERIFICATION.txt +++ b/build-choco/tools/VERIFICATION.txt @@ -6,5 +6,5 @@ Verification Instructions for heta-compiler.exe `Get-FileHash -Path .\heta-compiler.exe -Algorithm SHA256` 3. The source repository includes detailed build instructions to ensure integrity. -Build Timestamp: 2024-12-16 +Build Timestamp: 2025-01-15 Maintainer: Heta project team diff --git a/index.md b/index.md index 0c079510..23ec3760 100644 --- a/index.md +++ b/index.md @@ -297,7 +297,7 @@ The tool is under active development so there are a lot of features to implement ## License -Licensed under the Apache License, Version 2.0. See the [LICENSE](./LICENSE) text. +Licensed under the Apache License, Version 2.0. See the [LICENSE](https://raw.githubusercontent.com/hetalang/heta-compiler/refs/heads/master/LICENSE) text. ## Authors and history