From bef02b2a3216a32de2c0a916225bc8201ccc7a74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E6=A0=91=E4=BA=BA?= Date: Sun, 19 Dec 2021 18:22:05 +0000 Subject: [PATCH] fix: package name to match github's naming rules --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 24c1769..2817b81 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "joox-crypto", + "name": "@unlock-music/joox-crypto", "type": "commonjs", "version": "0.0.1", "description": "Crypto library to decrypt joox encrypted music files.", @@ -12,6 +12,10 @@ "test": "jest -w 50% src", "prepare": "simple-git-hooks" }, + "publishConfig": { + "registry": "https://npm.pkg.github.com" + }, + "repository": "git://github.com/unlock-music/joox-crypto.git", "keywords": [ "joox" ],