source:
frontend/node_modules/semver/functions/patch.js
| Last change on this file was 9af201e, checked in by , 11 days ago | |
|---|---|
|
|
| File size: 136 bytes | |
| Line | |
|---|---|
| 1 | 'use strict' |
| 2 | |
| 3 | const SemVer = require('../classes/semver') |
| 4 | const patch = (a, loose) => new SemVer(a, loose).patch |
| 5 | module.exports = patch |
Note:
See TracBrowser
for help on using the repository browser.
