Skip to content

Commit 28957fc

Browse files
committed
fix import
1 parent 192bda0 commit 28957fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/agent_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { assert, assertEquals } from 'jsr:@std/assert'
1+
import { assert, assertEquals } from '@std/assert'
22
import { getAgentReleaseInfo } from './agent.ts'
33

44
Deno.test('getAgentReleaseInfo - Chrome 91', () => {

lib/agent_version_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { assertEquals } from 'jsr:@std/assert'
1+
import { assertEquals } from '@std/assert'
22
import { parse as parseSemVer } from '@std/semver'
33
import AgVer, { type AgentVersion } from './agent_version.ts'
44

scripts/fetch-useragents-me.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env deno
22

3-
import { DOMParser } from 'jsr:@b-fuze/deno-dom'
3+
import { DOMParser } from '@b-fuze/deno-dom'
44
import {} from '$std/fs/mod.ts'
55

66
const url = 'https://useragents.me'

0 commit comments

Comments
 (0)