There was an error fetching the commit references. Please try again later.
chore: replace url to old github project (fix #53)
Showing
- extension-manifest.json 5 additions, 3 deletionsextension-manifest.json
- package.json 2 additions, 2 deletionspackage.json
- public/index.html 78 additions, 28 deletionspublic/index.html
- src/App.vue 5 additions, 5 deletionssrc/App.vue
- src/component/ConfigDialog.vue 3 additions, 1 deletionsrc/component/ConfigDialog.vue
- src/decrypt/__test__/joox.test.ts 1 addition, 1 deletionsrc/decrypt/__test__/joox.test.ts
- src/view/Home.vue 16 additions, 7 deletionssrc/view/Home.vue
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
"description": "Unlock encrypted music file in browser.", | "description": "Unlock encrypted music file in browser.", | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "https://github.com/ix64/unlock-music" | "url": "https://git.unlock-music.dev/um/web" | ||
}, | }, | ||
"private": true, | "private": true, | ||
"scripts": { | "scripts": { | ||
... | @@ -57,4 +57,4 @@ | ... | @@ -57,4 +57,4 @@ |
"vue-cli-plugin-element": "^1.0.1", | "vue-cli-plugin-element": "^1.0.1", | ||
"vue-template-compiler": "^2.6.14" | "vue-template-compiler": "^2.6.14" | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please register or sign in to comment