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