diff options
Diffstat (limited to 'vanilla/node_modules/semver/functions/patch.js')
| -rw-r--r-- | vanilla/node_modules/semver/functions/patch.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vanilla/node_modules/semver/functions/patch.js b/vanilla/node_modules/semver/functions/patch.js deleted file mode 100644 index 7675162..0000000 --- a/vanilla/node_modules/semver/functions/patch.js +++ /dev/null @@ -1,5 +0,0 @@ -'use strict' - -const SemVer = require('../classes/semver') -const patch = (a, loose) => new SemVer(a, loose).patch -module.exports = patch |
