Skip to content

Commit

Permalink
npm prepublish is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
SavageCore committed Aug 4, 2021
1 parent 6d64316 commit 4dc9324
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion platforms/darwin-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://evermeet.cx/ffmpeg/",
"scripts": {
"test": "file ffprobe | grep -qF \"Mach-O\"",
"prepublish": "npm test",
"prepare": "npm test",
"postinstall": "chmod u+x ffprobe",
"upload": "npm publish --access public"
},
Expand Down
2 changes: 1 addition & 1 deletion platforms/linux-arm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://www.johnvansickle.com/ffmpeg/",
"scripts": {
"test": "file ffprobe | grep -qF \"ELF 32-bit\"",
"prepublish": "npm test",
"prepare": "npm test",
"postinstall": "chmod u+x ffprobe",
"upload": "npm publish --access public"
},
Expand Down
2 changes: 1 addition & 1 deletion platforms/linux-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://www.johnvansickle.com/ffmpeg/",
"scripts": {
"test": "file ffprobe | grep -qF \"ELF 64-bit\"",
"prepublish": "npm test",
"prepare": "npm test",
"postinstall": "chmod u+x ffprobe",
"upload": "npm publish --access public"
},
Expand Down
2 changes: 1 addition & 1 deletion platforms/linux-ia32/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://www.johnvansickle.com/ffmpeg/",
"scripts": {
"test": "file ffprobe | grep -qF \"ELF 32-bit\"",
"prepublish": "npm test",
"prepare": "npm test",
"postinstall": "chmod u+x ffprobe",
"upload": "npm publish --access public"
},
Expand Down
2 changes: 1 addition & 1 deletion platforms/linux-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://www.johnvansickle.com/ffmpeg/",
"scripts": {
"test": "file ffprobe | grep -qF \"ELF 64-bit\"",
"prepublish": "npm test",
"prepare": "npm test",
"postinstall": "chmod u+x ffprobe",
"upload": "npm publish --access public"
},
Expand Down
2 changes: 1 addition & 1 deletion platforms/win32-ia32/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://github.com/sudo-nautilus/FFmpeg-Builds-Win32/",
"scripts": {
"test": "file ffprobe.exe | grep -qF \"PE32\"",
"prepublish": "npm test",
"prepare": "npm test",
"upload": "npm publish --access public"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion platforms/win32-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://www.gyan.dev/ffmpeg/builds/",
"scripts": {
"test": "file ffprobe.exe | grep -qF \"PE32+\"",
"prepublish": "npm test",
"prepare": "npm test",
"upload": "npm publish --access public"
},
"keywords": [
Expand Down

0 comments on commit 4dc9324

Please sign in to comment.