Skip to content

Commit

Permalink
Remove deno-types reference
Browse files Browse the repository at this point in the history
  • Loading branch information
corrideat committed Oct 6, 2023
1 parent bb38c0e commit d226b6f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
11 changes: 2 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@
"@types/selenium-webdriver": "^4.1.17",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"deno-types": "^1.25.0",
"esbuild": "^0.19.3",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
Expand Down
2 changes: 0 additions & 2 deletions test/deno-e2e/worker/workerSandbox_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
* PERFORMANCE OF THIS SOFTWARE.
*/

/// <reference types="deno-types" />

import m from '@dist/exports/worker.mjs';

import * as assert from 'https://deno.land/[email protected]/testing/asserts.ts';
Expand Down

0 comments on commit d226b6f

Please sign in to comment.