fix: update package name to mw namespace, add micromatch to dependencies (#7)

This commit is contained in:
CoolElectronics 2023-09-08 21:12:33 -04:00
parent ae07add617
commit fd74e36a8a
No known key found for this signature in database
GPG key ID: F63593D168636C50
4 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
<script lang="ts">
import { BareClient } from "bare-client-custom";
import { BareClient } from "@mercuryworkshop/bare-client-custom";
import { Win, openWindow } from "../../corium";
import Icon from "@iconify/svelte";