Skip to content

Commit

Permalink
updated pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
ericz99 committed Mar 6, 2024
1 parent 2aefe5f commit 9f1c996
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Installation

```bash
npm install loggy
npm install loggy-ts
```

# Features
Expand All @@ -20,7 +20,7 @@ npm install loggy

```typescript

import { createLogger, Loggy } from 'loggy'
import { createLogger, Loggy } from 'loggy-ts'

// You can use either to initialize an instance in 2 ways

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "loggy",
"name": "loggy-ts",
"type": "module",
"version": "1.0.0",
"packageManager": "[email protected]",
"description": "Simplify Logging",
"author": "Eric Zhang",
"license": "MIT",
"homepage": "https://github.com/ericz99/loggy#readme",
"homepage": "https://github.com/ericz99/loggy-ts#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ericz99/loggy.git"
"url": "git+https://github.com/ericz99/loggy-ts.git"
},
"bugs": "https://github.com/ericz99/loggy/issues",
"bugs": "https://github.com/ericz99/loggy-ts/issues",
"keywords": [],
"sideEffects": false,
"exports": {
Expand Down

0 comments on commit 9f1c996

Please sign in to comment.