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