mirror of
https://gitee.com/onvia/ccc-tnt-psd2ui
synced 2025-12-13 00:08:50 +00:00
两个版本的插件
This commit is contained in:
3
ccc-tnt-psd2ui-v2.4.x/node_modules/semver/functions/sort.js
generated
vendored
Normal file
3
ccc-tnt-psd2ui-v2.4.x/node_modules/semver/functions/sort.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
const compareBuild = require('./compare-build')
|
||||
const sort = (list, loose) => list.sort((a, b) => compareBuild(a, b, loose))
|
||||
module.exports = sort
|
||||
Reference in New Issue
Block a user