fix: package name to match github's naming rules

This commit is contained in:
鲁树人 2021-12-19 18:22:05 +00:00
parent 2eef064281
commit bef02b2a32

View File

@ -1,5 +1,5 @@
{ {
"name": "joox-crypto", "name": "@unlock-music/joox-crypto",
"type": "commonjs", "type": "commonjs",
"version": "0.0.1", "version": "0.0.1",
"description": "Crypto library to decrypt joox encrypted music files.", "description": "Crypto library to decrypt joox encrypted music files.",
@ -12,6 +12,10 @@
"test": "jest -w 50% src", "test": "jest -w 50% src",
"prepare": "simple-git-hooks" "prepare": "simple-git-hooks"
}, },
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"repository": "git://github.com/unlock-music/joox-crypto.git",
"keywords": [ "keywords": [
"joox" "joox"
], ],