Skip to content

Commit

Permalink
Merge pull request #6 from kourosh-alasti/dev
Browse files Browse the repository at this point in the history
chore(readme): Fix Formatting
  • Loading branch information
kourosh-alasti authored Oct 27, 2024
2 parents c156ce0 + e5eba64 commit 55145e2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

[![npm version](https://badge.fury.io/js/@kourosh-alasti%2Flogger.svg)](https://badge.fury.io/js/@kourosh-alasti/logger)

[Examples](./examples/default.ts) •[Documentation](https://github.com/kourosh-alasti/logalot/wiki) •[Changelog](./CHANGELOG.md) •[License](./LICENSE)
[Examples](./examples/default.ts) • [Documentation](https://github.com/kourosh-alasti/logalot/wiki) • [Changelog](./CHANGELOG.md) • [License](./LICENSE)

A TypeScript-first logging library
A Zero Dependency TypeScript logging library

<div align="center"> <img src="examples/screenshot.png" alt="configured preset"> </div>

Expand Down
16 changes: 7 additions & 9 deletions dist/index.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
'use strict';
var __importDefault =
(this && this.__importDefault) ||
function (mod) {
return mod && mod.__esModule ? mod : { default: mod };
};
Object.defineProperty(exports, '__esModule', { value: true });
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.createLogger = exports.addColorToText = void 0;
const index_ts_1 = __importDefault(require('./logger/index.ts'));
const index_ts_2 = require('./utils/index.ts');
const index_ts_1 = __importDefault(require("./logger/index.ts"));
const index_ts_2 = require("./utils/index.ts");
const createLogger = index_ts_1.default;
exports.createLogger = createLogger;
const addColorToText = index_ts_2.colorize;
Expand Down

0 comments on commit 55145e2

Please sign in to comment.