Skip to content

Commit 4097bae

Browse files
committed
Fix world
1 parent 4409fe4 commit 4097bae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/semver.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//HEY YOU! DO NOT CHANGE THIS TO USE deps.ts since it breaks pkgx/gui
2-
import { isArray, isString } from "is-what"
1+
//HEY YOU! DO NOT CHANGE THIS TO USE deps.ts since it breaks pkgx/gui and scripts ’n’ shit
2+
import { isArray, isString } from "https://deno.land/x/is_what@v4.1.16/src/index.ts"
33

44
/**
55
* we have our own implementation because open source is full of weird

0 commit comments

Comments
 (0)