mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
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:
parent
9e7afbbc6c
commit
94e6425103
2766
npm-shrinkwrap.json
generated
2766
npm-shrinkwrap.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user