First adaptation pass
This commit is contained in:
+2
@@ -1,3 +1,5 @@
|
||||
'use strict'
|
||||
|
||||
// Determine if version is greater than all the versions possible in the range.
|
||||
const outside = require('./outside')
|
||||
const gtr = (version, range, options) => outside(version, range, '>', options)
|
||||
|
||||
Reference in New Issue
Block a user