Skip to content

Commit

Permalink
new node bindings version
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed May 6, 2024
1 parent 28b1d33 commit c8478ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ on:
- main
tags-ignore:
- '**'
paths-ignore:
- '**/*.md'
- LICENSE
- '**/*.gitignore'
- .editorconfig
- docs/**
paths:
- "bindings/node/**"

pull_request: null
workflow_dispatch: null
jobs:
Expand Down
2 changes: 1 addition & 1 deletion bindings/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rookie-rs/api",
"version": "0.0.1-beta.5",
"version": "0.5.1-beta.0",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down

0 comments on commit c8478ee

Please sign in to comment.