Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Move schema.json and workers.json into src
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbbot committed Sep 24, 2021
1 parent 2d87cda commit 7b02e2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
File renamed without changes.
8 changes: 3 additions & 5 deletions workers.json → src/workers.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "./schema.json",
"$schema": "schema.json",
"AbortController": {
"name": "AbortController",
"members": [
Expand Down Expand Up @@ -5497,9 +5497,7 @@
],
"returns": "Returns a `Promise` that you should `await` on in order to verify a successful update.",
"examples": {
"typescript": [
"await NAMESPACE.put(key, value)"
]
"typescript": ["await NAMESPACE.put(key, value)"]
}
}
},
Expand Down Expand Up @@ -10623,4 +10621,4 @@
],
"kind": "function"
}
}
}

0 comments on commit 7b02e2e

Please sign in to comment.