Skip to content

Commit 99dcd67

Browse files
authored
Merge pull request #31 from threepointone/main
remove explicit imports from `@cloudflare/workers-types`
2 parents 2c2c67c + cef667e commit 99dcd67

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@
2121
"prepublishOnly": "npm run build",
2222
"prettier": "prettier -w ."
2323
},
24-
"dependencies": {
25-
"@cloudflare/workers-types": "^4.20250311.0"
26-
},
2724
"devDependencies": {
25+
"@cloudflare/workers-types": "^4.20250311.0",
2826
"prettier": "^3.5.3",
2927
"tsup": "^8.4.0",
3028
"typescript": "^5.8.2",

pnpm-lock.yaml

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/oauth-provider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { ExportedHandler, ExecutionContext } from '@cloudflare/workers-types';
21
import { WorkerEntrypoint } from 'cloudflare:workers';
32

43
// Types

0 commit comments

Comments
 (0)