From 9826f241194a5975547826f08679ed0889e972c8 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Wed, 6 May 2020 08:34:21 +0200 Subject: [PATCH] update --- lib/InteractiveOptions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/InteractiveOptions.ts b/lib/InteractiveOptions.ts index 480343d..f48b6ac 100644 --- a/lib/InteractiveOptions.ts +++ b/lib/InteractiveOptions.ts @@ -9,7 +9,7 @@ /* eslint-disable complexity */ /* eslint-disable max-statements */ /* eslint-disable no-process-env */ -import { Persistent } from '@scode/modelling'; +import { Persistent } from '@sapphirecode/modelling'; import fs from 'fs-extra'; import yargs, { Options } from 'yargs'; import { Confirm, Input } from 'enquirer';