Skip to content

Commit

Permalink
update bump workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsam committed Jan 15, 2025
1 parent 6a3b3c0 commit 5818dd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Setup git
run: |
git config user.name 'Samuel Jensen'
git config user.email '[email protected]'
- name: Bump version
run: npm version ${{ github.event.inputs.version }}
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@
"quality": "biome check .",
"quality:fix": "biome check . --write --unsafe"
},
"files": [
"build",
"package.json",
"README.md"
],
"files": ["build", "package.json", "README.md"],
"exports": {
".": "./build/index.js",
"./package.json": "./package.json"
Expand Down

0 comments on commit 5818dd7

Please sign in to comment.