- Change the lookup order of the configuration files (it looks for specific paths before general paths.)
Use
--debug-print-search-paths
to see the paths it will look for the configuration files.
- Move dependencies to devDependencies since they are already bundled
- Rename
pathMappings
torewrites
- Register both
ffmpeg-over-ip-server
andffmpeg-over-ip-client
as npm executables - Do not search for config file in same directory as executable (this messes up
pkg
etc)
- Initial release