Update package.json

This commit is contained in:
Jerome Wu
2019-10-25 19:12:30 +08:00
parent 0110db31df
commit 50d5cc03a6
2 changed files with 14 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeromewu/ffmpeg.js.git"
"url": "git+https://github.com/ffmpegjs/ffmpeg.js.git"
},
"keywords": [
"ffmpeg",
@@ -28,9 +28,9 @@
"author": "Jerome Wu <jeromewus@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jeromewu/ffmpeg.js/issues"
"url": "https://github.com/ffmpegjs/ffmpeg.js/issues"
},
"homepage": "https://github.com/jeromewu/ffmpeg.js#readme",
"homepage": "https://github.com/ffmpegjs/ffmpeg.js#readme",
"dependencies": {
"@ffmpeg/core": "^0.1.0"
},