Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
arobsn committed Jul 3, 2024
1 parent 651d10e commit 5055a3c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.2/schema.json",
"files": {
"ignore": ["**/coverage/*", "**/dist/*", "**/node_modules/*", "**/package.json"]
"ignore": [
"**/coverage/*",
"**/dist/*",
"**/node_modules/*",
"**/package.json"
]
},
"organizeImports": {
"enabled": true
Expand All @@ -20,8 +25,7 @@
"rules": {
"recommended": true,
"style": {
"noParameterAssign": { "level": "off" },
"useNodejsImportProtocol": { "level": "off" }
"noParameterAssign": { "level": "off" }
},
"suspicious": {
"noConsoleLog": { "level": "error" },
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ledger-ergo-js",
"version": "0.1.14",
"version": "0.1.15",
"license": "MIT",
"author": "anon-br",
"description": "An Ergo Platform JS Library for communication with Ledger Hardware Wallets.",
Expand Down

0 comments on commit 5055a3c

Please sign in to comment.