Skip to content

Commit

Permalink
Merge pull request #21 from laxmanpokhrel/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
laxmanpokhrel authored Jul 2, 2024
2 parents b21d8e9 + 2d736eb commit bc5f617
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

.vscode/*
.vscode/*
lib/*
lib
5 changes: 3 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Ignore source files
src/
src/*
src

# Ignore development tools and configuration files
node_modules/
.git/
.editorconfig

.eslintrc
tsconfig.json
.github
.husky
.release
Expand Down
4 changes: 2 additions & 2 deletions .release/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"versionUpgradeType": "patch",
"releaseType": "--latest"
}
"releaseType": "--prerelease"
}
4 changes: 1 addition & 3 deletions .release/release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# Changes
- prerelease for type module
- npm ignore fix
- ready for stable release
- ptsconfig remove from npmignore
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
},
"homepage": "https://github.com/laxmanpokhrel/xmanscript-has-error-boundary#readme",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",

"scripts": {
"build": "rm -rf lib && tsc",
"prepare": "husky install",
Expand Down

0 comments on commit bc5f617

Please sign in to comment.