From ae6c0e712bfb79c96d8d63d00b2786141f23726c Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 1 Feb 2024 14:42:45 -0600 Subject: [PATCH] NLib -> NSpec --- src/deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deps.ts b/src/deps.ts index 9d9935e..1478695 100644 --- a/src/deps.ts +++ b/src/deps.ts @@ -93,6 +93,6 @@ export { NSet, type NStore, type NStoreOpts, -} from 'https://gitlab.com/soapbox-pub/NLib/-/raw/852a849dc6f98450e2cea741f89cfb74838b0991/mod.ts'; +} from 'https://gitlab.com/soapbox-pub/NSpec/-/raw/8ce84d9acd9925f51b51c00374eae81a5031559b/mod.ts'; export type * as TypeFest from 'npm:type-fest@^4.3.0';