refactor start
This commit is contained in:
parent
bd49791e06
commit
e46d25f0b7
16699 changed files with 2 additions and 1484887 deletions
6
home/ags/node_modules/semver/functions/valid.js
generated
vendored
6
home/ags/node_modules/semver/functions/valid.js
generated
vendored
|
|
@ -1,6 +0,0 @@
|
|||
const parse = require('./parse')
|
||||
const valid = (version, options) => {
|
||||
const v = parse(version, options)
|
||||
return v ? v.version : null
|
||||
}
|
||||
module.exports = valid
|
||||
Loading…
Add table
Add a link
Reference in a new issue