We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4409fe4 commit 4097baeCopy full SHA for 4097bae
src/utils/semver.ts
@@ -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"
+//HEY YOU! DO NOT CHANGE THIS TO USE deps.ts since it breaks pkgx/gui and scripts ’n’ shit
+import { isArray, isString } from "https://deno.land/x/is_what@v4.1.16/src/index.ts"
3
4
/**
5
* we have our own implementation because open source is full of weird
0 commit comments