diff --git a/.npmignore b/.npmignore index 7bf0343..17435e5 100644 --- a/.npmignore +++ b/.npmignore @@ -1,8 +1,6 @@ # Ignore source files -src/ -*.js -*.ts - +src/* +src # Ignore development tools and configuration files node_modules/ .git/ diff --git a/.release/config.json b/.release/config.json index 5c0dc42..b1d4ecb 100644 --- a/.release/config.json +++ b/.release/config.json @@ -1,4 +1,4 @@ { "versionUpgradeType": "patch", - "releaseType": "--latest" + "releaseType": "--prerelease" } \ No newline at end of file diff --git a/.release/release-notes.txt b/.release/release-notes.txt index abea6c7..697de5c 100644 --- a/.release/release-notes.txt +++ b/.release/release-notes.txt @@ -1,2 +1,2 @@ # Fix -- Build configuration changes to map import +- Npm ignored files changed