Skip to content

Commit 2ff8054

Browse files
committed
Update links
1 parent d53eea8 commit 2ff8054

6 files changed

Lines changed: 24 additions & 18 deletions

File tree

packages/aiff-encode/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,16 @@
2626
},
2727
"license": "MIT",
2828
"author": "audiojs",
29-
"homepage": "https://github.com/audiojs/aiff-encode#readme",
29+
"homepage": "https://github.com/audiojs/audio-encode/tree/main/packages/aiff-encode",
3030
"repository": {
3131
"type": "git",
32-
"url": "git+https://github.com/audiojs/aiff-encode.git"
32+
"url": "git+https://github.com/audiojs/audio-encode.git",
33+
"directory": "packages/aiff-encode"
3334
},
3435
"engines": {
3536
"node": ">=16"
3637
},
37-
"bugs": "https://github.com/audiojs/aiff-encode/issues",
38+
"bugs": "https://github.com/audiojs/audio-encode/issues",
3839
"scripts": {
3940
"test": "node test.js"
4041
}

packages/flac-encode/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,16 @@
2727
},
2828
"license": "MIT",
2929
"author": "audiojs",
30-
"homepage": "https://github.com/audiojs/flac-encode#readme",
30+
"homepage": "https://github.com/audiojs/audio-encode/tree/main/packages/flac-encode",
3131
"repository": {
3232
"type": "git",
33-
"url": "git+https://github.com/audiojs/flac-encode.git"
33+
"url": "git+https://github.com/audiojs/audio-encode.git",
34+
"directory": "packages/flac-encode"
3435
},
3536
"engines": {
3637
"node": ">=16"
3738
},
38-
"bugs": "https://github.com/audiojs/flac-encode/issues",
39+
"bugs": "https://github.com/audiojs/audio-encode/issues",
3940
"scripts": {
4041
"test": "node test.js"
4142
},

packages/mp3-encode/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,16 @@
2727
},
2828
"license": "MIT",
2929
"author": "audiojs",
30-
"homepage": "https://github.com/audiojs/mp3-encode#readme",
30+
"homepage": "https://github.com/audiojs/audio-encode/tree/main/packages/mp3-encode",
3131
"repository": {
3232
"type": "git",
33-
"url": "git+https://github.com/audiojs/mp3-encode.git"
33+
"url": "git+https://github.com/audiojs/audio-encode.git",
34+
"directory": "packages/mp3-encode"
3435
},
3536
"engines": {
3637
"node": ">=16"
3738
},
38-
"bugs": "https://github.com/audiojs/mp3-encode/issues",
39+
"bugs": "https://github.com/audiojs/audio-encode/issues",
3940
"scripts": {
4041
"test": "node test.js"
4142
},

packages/ogg-encode/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,16 @@
2727
},
2828
"license": "MIT",
2929
"author": "audiojs",
30-
"homepage": "https://github.com/audiojs/ogg-encode#readme",
30+
"homepage": "https://github.com/audiojs/audio-encode/tree/main/packages/ogg-encode",
3131
"repository": {
3232
"type": "git",
33-
"url": "git+https://github.com/audiojs/ogg-encode.git"
33+
"url": "git+https://github.com/audiojs/audio-encode.git",
34+
"directory": "packages/ogg-encode"
3435
},
3536
"engines": {
3637
"node": ">=16"
3738
},
38-
"bugs": "https://github.com/audiojs/ogg-encode/issues",
39+
"bugs": "https://github.com/audiojs/audio-encode/issues",
3940
"scripts": {
4041
"test": "node test.js"
4142
},

packages/opus-encode/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,16 @@
2727
},
2828
"license": "MIT",
2929
"author": "audiojs",
30-
"homepage": "https://github.com/audiojs/opus-encode#readme",
30+
"homepage": "https://github.com/audiojs/audio-encode/tree/main/packages/opus-encode",
3131
"repository": {
3232
"type": "git",
33-
"url": "git+https://github.com/audiojs/opus-encode.git"
33+
"url": "git+https://github.com/audiojs/audio-encode.git",
34+
"directory": "packages/opus-encode"
3435
},
3536
"engines": {
3637
"node": ">=16"
3738
},
38-
"bugs": "https://github.com/audiojs/opus-encode/issues",
39+
"bugs": "https://github.com/audiojs/audio-encode/issues",
3940
"scripts": {
4041
"test": "node test.js"
4142
},

packages/wav-encode/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,16 @@
2828
},
2929
"license": "MIT",
3030
"author": "audiojs",
31-
"homepage": "https://github.com/audiojs/wav-encode#readme",
31+
"homepage": "https://github.com/audiojs/audio-encode/tree/main/packages/wav-encode",
3232
"repository": {
3333
"type": "git",
34-
"url": "git+https://github.com/audiojs/wav-encode.git"
34+
"url": "git+https://github.com/audiojs/audio-encode.git",
35+
"directory": "packages/wav-encode"
3536
},
3637
"engines": {
3738
"node": ">=16"
3839
},
39-
"bugs": "https://github.com/audiojs/wav-encode/issues",
40+
"bugs": "https://github.com/audiojs/audio-encode/issues",
4041
"scripts": {
4142
"test": "node test.js"
4243
}

0 commit comments

Comments
 (0)