mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-06 04:08:22 +01:00
commit
5f0c0c9ed1
@ -17,7 +17,7 @@ var DEST_FILE = 'test-infra/npm-shrinkwrap.canonical.json';
|
|||||||
function cleanup(shrinkwrap) {
|
function cleanup(shrinkwrap) {
|
||||||
// Remove `resolved` property to avoid irrelevant changes
|
// Remove `resolved` property to avoid irrelevant changes
|
||||||
// See https://github.com/npm/npm/issues/3581
|
// See https://github.com/npm/npm/issues/3581
|
||||||
if ((typeof shrinkwrap) === 'string') {
|
if (typeof shrinkwrap === 'string') {
|
||||||
return shrinkwrap;
|
return shrinkwrap;
|
||||||
}
|
}
|
||||||
delete shrinkwrap.resolved;
|
delete shrinkwrap.resolved;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user