Skip to content

Commit 519d8b0

Browse files
chore: Formatting
1 parent 331488f commit 519d8b0

File tree

5 files changed

+22
-56
lines changed

5 files changed

+22
-56
lines changed

libs/darwin-arm64/package.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
{
22
"name": "@kevinmichaelchen/cel-typescript-darwin-arm64",
33
"version": "0.0.0",
4-
"os": [
5-
"darwin"
6-
],
7-
"cpu": [
8-
"arm64"
9-
],
4+
"os": ["darwin"],
5+
"cpu": ["arm64"],
106
"main": "cel-typescript.darwin-arm64.node",
11-
"files": [
12-
"cel-typescript.darwin-arm64.node"
13-
],
7+
"files": ["cel-typescript.darwin-arm64.node"],
148
"license": "MIT",
159
"engines": {
1610
"node": ">= 10"
1711
}
18-
}
12+
}

libs/darwin-x64/package.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
{
22
"name": "@kevinmichaelchen/cel-typescript-darwin-x64",
33
"version": "0.0.0",
4-
"os": [
5-
"darwin"
6-
],
7-
"cpu": [
8-
"x64"
9-
],
4+
"os": ["darwin"],
5+
"cpu": ["x64"],
106
"main": "cel-typescript.darwin-x64.node",
11-
"files": [
12-
"cel-typescript.darwin-x64.node"
13-
],
7+
"files": ["cel-typescript.darwin-x64.node"],
148
"license": "MIT",
159
"engines": {
1610
"node": ">= 10"
1711
}
18-
}
12+
}

libs/linux-arm64-gnu/package.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
11
{
22
"name": "@kevinmichaelchen/cel-typescript-linux-arm64-gnu",
33
"version": "0.0.0",
4-
"os": [
5-
"linux"
6-
],
7-
"cpu": [
8-
"arm64"
9-
],
4+
"os": ["linux"],
5+
"cpu": ["arm64"],
106
"main": "cel-typescript.linux-arm64-gnu.node",
11-
"files": [
12-
"cel-typescript.linux-arm64-gnu.node"
13-
],
7+
"files": ["cel-typescript.linux-arm64-gnu.node"],
148
"license": "MIT",
159
"engines": {
1610
"node": ">= 10"
1711
},
18-
"libc": [
19-
"glibc"
20-
]
21-
}
12+
"libc": ["glibc"]
13+
}

libs/linux-x64-gnu/package.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
11
{
22
"name": "@kevinmichaelchen/cel-typescript-linux-x64-gnu",
33
"version": "0.0.0",
4-
"os": [
5-
"linux"
6-
],
7-
"cpu": [
8-
"x64"
9-
],
4+
"os": ["linux"],
5+
"cpu": ["x64"],
106
"main": "cel-typescript.linux-x64-gnu.node",
11-
"files": [
12-
"cel-typescript.linux-x64-gnu.node"
13-
],
7+
"files": ["cel-typescript.linux-x64-gnu.node"],
148
"license": "MIT",
159
"engines": {
1610
"node": ">= 10"
1711
},
18-
"libc": [
19-
"glibc"
20-
]
21-
}
12+
"libc": ["glibc"]
13+
}

libs/win32-x64-msvc/package.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
{
22
"name": "@kevinmichaelchen/cel-typescript-win32-x64-msvc",
33
"version": "0.0.0",
4-
"os": [
5-
"win32"
6-
],
7-
"cpu": [
8-
"x64"
9-
],
4+
"os": ["win32"],
5+
"cpu": ["x64"],
106
"main": "cel-typescript.win32-x64-msvc.node",
11-
"files": [
12-
"cel-typescript.win32-x64-msvc.node"
13-
],
7+
"files": ["cel-typescript.win32-x64-msvc.node"],
148
"license": "MIT",
159
"engines": {
1610
"node": ">= 10"
1711
}
18-
}
12+
}

0 commit comments

Comments
 (0)