feat: use shrinkwrap version 3.1

This commit is contained in:
Unknown
2017-10-02 02:53:01 +03:00
parent d83646db27
commit 87fb2a16ca
5 changed files with 22 additions and 11 deletions

View File

@@ -47,7 +47,7 @@ test('local file', async function (t: tape.Test) {
'local-pkg': 'file:../local-pkg',
},
registry: 'http://localhost:4873/',
shrinkwrapVersion: 3,
shrinkwrapVersion: 3.1,
})
})