MDL-59094 npm: Update shrinkwrap file to npm 5 generated
Starting with npm version 5, npm install will generate a lockfile (now named package-lock.json) or update the existing npm-shrinkwrap.json To prevent changes being generated in the codebase when this happens, we need to commit the version 5 generated shrinkwrap. This is related to a general overhaul [1] of how npm manages things. But for our purposes, we the lockfile should be BC to previous versions [2]. Going forward, we need to ensure we generate the lockfile on npm >=5 to prevent differences from the previously un-versioned lockfile. [1] http://blog.npmjs.org/post/161081169345/v500 [2] https://github.com/npm/npm/issues/16728#issuecomment-305104149
This commit is contained in:
Generated
+1725
-1041
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user