Skip to content

Commit

Permalink
Merge pull request #62 from v-jiepeng/patch-1
Browse files Browse the repository at this point in the history
Update package.json to include the repository
  • Loading branch information
deevus authored Jan 10, 2022
2 parents acecda1 + ada5029 commit 3c38a95
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 0 deletions.
5 changes: 5 additions & 0 deletions platforms/darwin-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"postinstall": "chmod u+x ffmpeg",
"upload": "npm --userconfig=../../.npmrc publish --access public"
},
"repository": {
"type": "git",
"url": "https://github.com/kribblo/node-ffmpeg-installer.git",
"directory": "platforms/darwin-arm64"
},
"keywords": [
"ffmpeg",
"binary",
Expand Down
5 changes: 5 additions & 0 deletions platforms/darwin-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"postinstall": "chmod u+x ffmpeg",
"upload": "npm --userconfig=../../.npmrc publish --access public"
},
"repository": {
"type": "git",
"url": "https://github.com/kribblo/node-ffmpeg-installer.git",
"directory": "platforms/darwin-x64"
},
"keywords": [
"ffmpeg",
"binary",
Expand Down
5 changes: 5 additions & 0 deletions platforms/linux-arm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"postinstall": "chmod u+x ffmpeg",
"upload": "npm --userconfig=../../.npmrc publish --access public"
},
"repository": {
"type": "git",
"url": "https://github.com/kribblo/node-ffmpeg-installer.git",
"directory": "platforms/linux-arm"
},
"keywords": [
"ffmpeg",
"binary",
Expand Down
5 changes: 5 additions & 0 deletions platforms/linux-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"postinstall": "chmod u+x ffmpeg",
"upload": "npm --userconfig=../../.npmrc publish --access public"
},
"repository": {
"type": "git",
"url": "https://github.com/kribblo/node-ffmpeg-installer.git",
"directory": "platforms/linux-arm64"
},
"keywords": [
"ffmpeg",
"binary",
Expand Down
5 changes: 5 additions & 0 deletions platforms/linux-ia32/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"postinstall": "chmod u+x ffmpeg",
"upload": "npm --userconfig=../../.npmrc publish --access public"
},
"repository": {
"type": "git",
"url": "https://github.com/kribblo/node-ffmpeg-installer.git",
"directory": "platforms/linux-ia32"
},
"keywords": [
"ffmpeg",
"binary",
Expand Down
5 changes: 5 additions & 0 deletions platforms/linux-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"postinstall": "chmod u+x ffmpeg",
"upload": "npm --userconfig=../../.npmrc publish --access public"
},
"repository": {
"type": "git",
"url": "https://github.com/kribblo/node-ffmpeg-installer.git",
"directory": "platforms/linux-x64"
},
"keywords": [
"ffmpeg",
"binary",
Expand Down
5 changes: 5 additions & 0 deletions platforms/win32-ia32/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"prepublishOnly": "npm test",
"upload": "npm --userconfig=../../.npmrc publish --access public"
},
"repository": {
"type": "git",
"url": "https://github.com/kribblo/node-ffmpeg-installer.git",
"directory": "platforms/win32-ia32"
},
"keywords": [
"ffmpeg",
"binary",
Expand Down
5 changes: 5 additions & 0 deletions platforms/win32-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"prepublishOnly": "npm test",
"upload": "npm --userconfig=../../.npmrc publish --access public"
},
"repository": {
"type": "git",
"url": "https://github.com/kribblo/node-ffmpeg-installer.git",
"directory": "platforms/win32-x64"
},
"keywords": [
"ffmpeg",
"binary",
Expand Down

0 comments on commit 3c38a95

Please sign in to comment.