fix: package name to match github's naming rules

This commit is contained in:
Jixun 2021-12-19 18:22:05 +00:00
parent 80dc75d6a4
commit e2bed7e4ea
1 changed files with 5 additions and 1 deletions

View File

@ -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"
],