diff --git a/cli/index.ts b/cli/index.ts index c9e60f9..d6ee51e 100644 --- a/cli/index.ts +++ b/cli/index.ts @@ -74,7 +74,4 @@ switch (args[0]) { console.log(usage) console.log("\n") console.log(chalk.yellowBright("Happy coding :)")) -} - - - +} \ No newline at end of file diff --git a/index.ts b/index.ts index 1690837..3f9902b 100644 --- a/index.ts +++ b/index.ts @@ -8,4 +8,4 @@ export * from './scripts/get.js' export * from './scripts/set.js' export * from './scripts/del.js' export * from './scripts/add.js' -export * from './scripts/delAll' \ No newline at end of file +export * from './scripts/delAll.js' \ No newline at end of file