From b1c41b3e2f4fbfacc451b6506e8f0c6686898b87 Mon Sep 17 00:00:00 2001 From: jokelbaf <60827680+JokelBaf@users.noreply.github.com> Date: Fri, 20 Sep 2024 19:36:33 +0300 Subject: [PATCH] chore: Update package name, make public --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 6bef2f6..a8b0a5c 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,9 @@ { - "name": "hanime", + "name": "@nekolab/hanime", "version": "0.1.0", "description": "Fast and efficient hanime.tv API wrapper written in TypeScript.", "main": "dist/index", "types": "dist/index", - "private": true, "files": [ "dist" ],