This commit is contained in:
Chromatic
2026-04-21 15:42:56 +00:00
parent 5c6ec06f45
commit 4a6485da4e
58 changed files with 5359 additions and 24 deletions
+3
View File
@@ -0,0 +1,3 @@
const SemVer = require('../classes/semver')
const patch = (a, loose) => new SemVer(a, loose).patch
module.exports = patch