fix: use package name under the expected namespace

- moved package back to `@unlock-music`
This commit is contained in:
Jixun 2021-12-20 17:36:20 +00:00
parent f82ff8216b
commit b982f7114c
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
## v0.0.1-R4
### Bug Fix
- Change of package name back to `@unlock-music` namespace.
## v0.0.1-R3
### Bug Fix

View File

@ -9,7 +9,7 @@ Joox 加密处理库。
## 安装 & 使用 (Install & Usage)
```sh
npm i --save @unlock-music-gh/joox-crypto
npm i --save @unlock-music/joox-crypto
```
```js

View File

@ -1,7 +1,7 @@
{
"name": "@unlock-music-gh/joox-crypto",
"name": "@unlock-music/joox-crypto",
"type": "commonjs",
"version": "0.0.1-R3",
"version": "0.0.1-R4",
"description": "Crypto library to decrypt joox encrypted music files.",
"main": "src/index.js",
"types": "src/index.d.ts",