diff --git a/package.json b/package.json index 3e45f43c..0b5b76d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libav.js", - "//version": "The major and minor are our own versioning, while the revision is FFmpeg's major. When updating the version, make sure you update it here (both in version and main), in the README, in the demo, in tests/harness.js, and in old-tests/libav.js.", + "//version": "The major and minor are our own versioning, while the revision is FFmpeg's major. When updating the version, make sure you update it here (both in version and main), in the Makefile.m4 and Makefile, in the README, in the demo, in tests/harness.js, and in old-tests/libav.js.", "version": "4.8.6", "description": "A compilation of the libraries associated with handling audio and video in ffmpeg—libavformat, libavcodec, libavfilter, libavutil and libswresample—for WebAssembly and asm.js, and thus the web.", "main": "dist/libav-4.8.6.1.1-default.js",