1
0

(misc): i'm banging pots and pans over here.

This commit is contained in:
2026-04-06 00:14:19 +08:00
parent 26b35b826c
commit 7d91cb625b
3 changed files with 6 additions and 7 deletions

1
.npmrc
View File

@@ -1 +0,0 @@
registry=https://npm.hep.gg

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@nixkrystik/logger",
"version": "1.0.2",
"version": "1.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@nixkrystik/logger",
"version": "1.0.2",
"version": "1.0.3",
"license": "BSD-3-Clause",
"devDependencies": {
"@types/node": "25.4.0",

View File

@@ -1,20 +1,20 @@
{
"name": "@nixkrystik/logger",
"description": "A heavily stripped down logging library for JavaScript & TypeScript.",
"version": "1.0.2",
"version": "1.0.3",
"author": {
"name": "Nix Krystik",
"url": "https://teamhydra.dev/"
"url": "https://github.com/nixthebat"
},
"repository": {
"url": "https://git.hep.gg/nix/logger",
"url": "https://github.com/nixthebat/logger",
"type": "git"
},
"bugs": {
"url": "https://git.hep.gg/nix/logger/issues"
"url": "https://github.com/nixthebat/logger/issues"
},
"license": "BSD-3-Clause",