Skip to content

Commit

Permalink
Merge pull request #7 from Enalmada/10-09-fix_release
Browse files Browse the repository at this point in the history
fix release
  • Loading branch information
Enalmada authored Oct 9, 2023
2 parents 1ad974c + dac135c commit a1e0e0f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/clean-shoes-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@enalmada/npm-module-template': patch
---

fixpack
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ To switch existing repository
* create changeset before PR `changeset` and choose appropriate semver and changelog

### TODO
- [ ] tests framework
- [ ] instructions to link origin and rebase when changes happen
- [ ] tests framework to bun (when bun supports mocking modules)

### inspiration
* [bun-lib-starter](https://github.com/wobsoriano/bun-lib-starter)
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "npm-module-template",
"name": "@enalmada/npm-module-template",
"version": "0.0.4",
"scripts": {
"build": "rm -rf dist && bun build.mjs && bun run build:declaration",
Expand Down

0 comments on commit a1e0e0f

Please sign in to comment.