stable
Clone or download
Read-only
The kanban now rely on npm@5 for some elements like the cumulative flow chart. npm@5.3.0 has modified the package-lock.json format, so this contribution updates them before modifying the build system to avoid any issue. To test, if you have data coming from version oldest than npm@5 in your caches (global cache and local node_modules folders) I advise your clear them to avoid warnings about integrity checksums failing caused by old SHA1 checksum in your caches: - to clear the global cache: npm cache clear --force - to remove the node_modules folders in your sources: find -name 'node_modules' -type d -exec rm -r "{}" \; This is a part of story #10353: display a kanban as a widget Change-Id: Ic11fdc524c7457814f0d360f7d16ab4b71dc7f33
Modified Files
Name | ||||
---|---|---|---|---|
M | package-lock.json | +1421 | −294 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/package-lock.json | +862 | −687 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/package-lock.json | +2050 | −1045 | Go to diff View file |
M | plugins/frs/www/js/angular/package-lock.json | +2050 | −1045 | Go to diff View file |
M | plugins/tracker/grammar/package-lock.json | +1 | −0 | Go to diff View file |
M | plugins/tracker/package-lock.json | +1 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/package-lock.json | +1144 | −954 | Go to diff View file |
M | src/www/scripts/package-lock.json | +1225 | −849 | Go to diff View file |
M | src/www/themes/common/tlp/package-lock.json | +2362 | −1423 | Go to diff View file |