mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 08:20:23 +00:00
Merge branch 'master' of github.com:twbs/bootstrap
This commit is contained in:
commit
40ce6ca431
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ var DEST_FILE = 'test-infra/npm-shrinkwrap.canonical.json';
|
|||
function cleanup(shrinkwrap) {
|
||||
// Remove `resolved` property to avoid irrelevant changes
|
||||
// See https://github.com/npm/npm/issues/3581
|
||||
if ((typeof shrinkwrap) === 'string') {
|
||||
if (typeof shrinkwrap === 'string') {
|
||||
return shrinkwrap;
|
||||
}
|
||||
delete shrinkwrap.resolved;
|
||||
|
|
|
|||
Loading…
Reference in a new issue