From 010dda1cadfa54e08d68554e61018d03703b245c Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Wed, 10 Mar 2021 21:50:33 +0700 Subject: [PATCH] Rename project name and fixed the wrong words --- package.json | 2 +- tests/log.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8c26c12..3f5a5a8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "cubetiq-ts-utils", + "name": "@cubetiq/tsutil", "version": "1.0.0", "description": "CUBETIQ TypeScript Utils", "main": "index.ts", diff --git a/tests/log.test.ts b/tests/log.test.ts index 8fd7e57..d8c3717 100644 --- a/tests/log.test.ts +++ b/tests/log.test.ts @@ -1,6 +1,6 @@ import Log from '../src/log/Log'; -describe('loggin into console', function () { +describe('logging into console', function () { it('info', function () { Log.info('I am an info!'); });