Skip to content

Commit

Permalink
style: resolve style guide violations
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastijankuzner authored and github-actions[bot] committed Nov 28, 2024
1 parent 8ebcafa commit ae82f26
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 83 deletions.
6 changes: 3 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.0.1-evm.10"
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.0.1-evm.10"
}
40 changes: 20 additions & 20 deletions packages/evm/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "@mainsail/evm-linux-arm64-gnu",
"version": "0.0.1-evm.10",
"os": [
"linux"
],
"cpu": [
"arm64"
],
"main": "evm.linux-arm64-gnu.node",
"files": [
"evm.linux-arm64-gnu.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"libc": [
"glibc"
]
}
"name": "@mainsail/evm-linux-arm64-gnu",
"version": "0.0.1-evm.10",
"os": [
"linux"
],
"cpu": [
"arm64"
],
"main": "evm.linux-arm64-gnu.node",
"files": [
"evm.linux-arm64-gnu.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"libc": [
"glibc"
]
}
40 changes: 20 additions & 20 deletions packages/evm/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "@mainsail/evm-linux-arm64-musl",
"version": "0.0.1-evm.10",
"os": [
"linux"
],
"cpu": [
"arm64"
],
"main": "evm.linux-arm64-musl.node",
"files": [
"evm.linux-arm64-musl.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"libc": [
"musl"
]
}
"name": "@mainsail/evm-linux-arm64-musl",
"version": "0.0.1-evm.10",
"os": [
"linux"
],
"cpu": [
"arm64"
],
"main": "evm.linux-arm64-musl.node",
"files": [
"evm.linux-arm64-musl.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"libc": [
"musl"
]
}
40 changes: 20 additions & 20 deletions packages/evm/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "@mainsail/evm-linux-x64-gnu",
"version": "0.0.1-evm.10",
"os": [
"linux"
],
"cpu": [
"x64"
],
"main": "evm.linux-x64-gnu.node",
"files": [
"evm.linux-x64-gnu.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"libc": [
"glibc"
]
}
"name": "@mainsail/evm-linux-x64-gnu",
"version": "0.0.1-evm.10",
"os": [
"linux"
],
"cpu": [
"x64"
],
"main": "evm.linux-x64-gnu.node",
"files": [
"evm.linux-x64-gnu.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"libc": [
"glibc"
]
}
40 changes: 20 additions & 20 deletions packages/evm/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "@mainsail/evm-linux-x64-musl",
"version": "0.0.1-evm.10",
"os": [
"linux"
],
"cpu": [
"x64"
],
"main": "evm.linux-x64-musl.node",
"files": [
"evm.linux-x64-musl.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"libc": [
"musl"
]
}
"name": "@mainsail/evm-linux-x64-musl",
"version": "0.0.1-evm.10",
"os": [
"linux"
],
"cpu": [
"x64"
],
"main": "evm.linux-x64-musl.node",
"files": [
"evm.linux-x64-musl.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"libc": [
"musl"
]
}

0 comments on commit ae82f26

Please sign in to comment.