Skip to content

Commit

Permalink
Fix world
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Sep 6, 2024
1 parent 4409fe4 commit 4097bae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/semver.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//HEY YOU! DO NOT CHANGE THIS TO USE deps.ts since it breaks pkgx/gui
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/[email protected]/src/index.ts"

/**
* we have our own implementation because open source is full of weird
Expand Down

0 comments on commit 4097bae

Please sign in to comment.