source:
trip-planner-front/node_modules/semver/functions/patch.js@
188ee53
Last change on this file since 188ee53 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 122 bytes |
Line | |
---|---|
1 | const SemVer = require('../classes/semver') |
2 | const patch = (a, loose) => new SemVer(a, loose).patch |
3 | module.exports = patch |
Note:
See TracBrowser
for help on using the repository browser.