Skip to content

Commit 1b801bf

Browse files
committed
prettier
1 parent a10380f commit 1b801bf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/action/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
"url": "kamilkisiela/graphql-inspector",
99
"directory": "packages/action"
1010
},
11-
"engines": {
12-
"node": ">=18.0.0"
13-
},
1411
"author": {
1512
"name": "Kamil Kisiela",
1613
"email": "[email protected]",
1714
"url": "https://github.com/kamilkisiela"
1815
},
1916
"license": "MIT",
17+
"engines": {
18+
"node": ">=18.0.0"
19+
},
2020
"bin": {
2121
"graphql-inspector-github": "dist/cjs/index.js"
2222
},
@@ -91,4 +91,4 @@
9191
"typescript": {
9292
"definition": "dist/typings/index.d.ts"
9393
}
94-
}
94+
}

packages/ci/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@
9595
"typescript": {
9696
"definition": "dist/typings/index.d.ts"
9797
}
98-
}
98+
}

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@
111111
"typescript": {
112112
"definition": "dist/typings/index.d.ts"
113113
}
114-
}
114+
}

0 commit comments

Comments
 (0)