aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/semver/functions/patch.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--node_modules/semver/functions/patch.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/node_modules/semver/functions/patch.js b/node_modules/semver/functions/patch.js
deleted file mode 100644
index 7675162..0000000
--- a/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