Skip to content

Commit

Permalink
[Docs Site] format json files (cloudflare#16848)
Browse files Browse the repository at this point in the history
* chore: format json files

* chore: merge fixups

* re-add change

* format

---------

Co-authored-by: kodster28 <[email protected]>
  • Loading branch information
Cherry and kodster28 authored Sep 17, 2024
1 parent 9b8d922 commit 6d1ad6d
Show file tree
Hide file tree
Showing 19 changed files with 4,112 additions and 4,146 deletions.
910 changes: 455 additions & 455 deletions .github/actions/assign-issue/package-lock.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions .github/actions/assign-issue/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"private": true,
"version": "0.0.0",
"name": "assign-issue",
"scripts": {
"build": "esbuild index.ts --bundle --format=cjs --platform=node --minify --outfile=index.js"
},
"devDependencies": {
"@actions/core": "1.9.1",
"@actions/github": "5.0.3",
"esbuild": "0.14.39"
},
"dependencies": {
"codeowners-utils": "^1.0.2"
}
"private": true,
"version": "0.0.0",
"name": "assign-issue",
"scripts": {
"build": "esbuild index.ts --bundle --format=cjs --platform=node --minify --outfile=index.js"
},
"devDependencies": {
"@actions/core": "1.9.1",
"@actions/github": "5.0.3",
"esbuild": "0.14.39"
},
"dependencies": {
"codeowners-utils": "^1.0.2"
}
}
Loading

0 comments on commit 6d1ad6d

Please sign in to comment.