Rename project name and fixed the wrong words
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sambo Chea 2021-03-10 21:50:33 +07:00
parent eea6a7bb32
commit 010dda1cad
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"name": "cubetiq-ts-utils",
"name": "@cubetiq/tsutil",
"version": "1.0.0",
"description": "CUBETIQ TypeScript Utils",
"main": "index.ts",

View File

@ -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!');
});