Update checked-in dependencies
This commit is contained in:
parent
d5e9ae3f8b
commit
3d97729508
174 changed files with 5012 additions and 828 deletions
2
node_modules/semver/functions/patch.js
generated
vendored
2
node_modules/semver/functions/patch.js
generated
vendored
|
|
@ -1,3 +1,5 @@
|
|||
'use strict'
|
||||
|
||||
const SemVer = require('../classes/semver')
|
||||
const patch = (a, loose) => new SemVer(a, loose).patch
|
||||
module.exports = patch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue