Skip to content

Commit

Permalink
fix: upgrade dependencies, readme, lockfile (#4)
Browse files Browse the repository at this point in the history
- chore(deps): upgrade dependencies
- chore(lockfile): remove `lockfile`
- docs: update readme
- chore: bump version
  • Loading branch information
dalisoft authored Apr 14, 2024
1 parent 4b6bbfa commit e0b0c9c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ commitlint
.DS_Store
node_modules
jsona
bun.lockb
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Look at [official documentation](https://jsona.github.io/jsona)
## Installation

```sh
npm install -g jsona-rs-npm
npm install dalisoft/jsona-rs-npm -D
# or
yarn install -g jsona-rs-npm
yarn install dalisoft/jsona-rs-npm -D
# or
bun add -g jsona-rs-npm
bun add dalisoft/jsona-rs-npm -D
```

## Environment variables
Expand Down
Binary file removed bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"rust"
],
"dependencies": {
"binary2npm": "^0.3.1"
"binary2npm": "https://github.com/dalisoft/binary2npm#v0.3.2"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e0b0c9c

Please sign in to comment.