This Makefile uses the package.json npm config to pull down exactly the versions of files already in use.
What is the purpose of that? To enable actual version management, where currently the versions are not documented anywhere but the files themselves, and the list of dependencies is not listed anywhere, and the dev dependencies are not list anywhere either.
This Makefile uses the package.json npm config to pull down exactly the versions of files already in use.
What is the purpose of that? To enable actual version management, where currently the versions are not documented anywhere but the files themselves, and the list of dependencies is not listed anywhere, and the dev dependencies are not list anywhere either.