Skip to content

Commit

Permalink
feat: update package version to 1.0.1 and enhance GitHub Actions work…
Browse files Browse the repository at this point in the history
…flow
  • Loading branch information
andersao committed Dec 14, 2024
1 parent b644836 commit 5d362bc
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release NPM Package
on:
release:
types: [created]
types: [created, edited]
jobs:
build:
runs-on: ubuntu-latest
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"author": "Itay Elgazar",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.12.7",
"typescript": "^5.1.3"
"@types/node": "^20.17.10",
"typescript": "^5.7.2"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
}
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"outDir": "dist",
"declaration": true,
"strict": true,
"esModuleInterop": true
"esModuleInterop": true,
"types": ["node"],
},
"include": ["src"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit 5d362bc

Please sign in to comment.