Skip to content

Commit

Permalink
chore: Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nesvet committed May 24, 2024
1 parent 8dc62a7 commit 33a65b8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"node": true,
"es2020": true
},
"ignorePatterns": [
"dist/*"
],
"root": true
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ $ npm install insite-client
Or

```sh
$ yarn add insite-client
$ bun add insite-client
```
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "insite-client",
"version": "1.0.69",
"version": "1.0.70",
"description": "Client-side inSite app",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"packageManager": "[email protected].8",
"packageManager": "[email protected].9",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "bun .conveyer.js"
Expand Down

0 comments on commit 33a65b8

Please sign in to comment.