Skip to content

Commit

Permalink
Merge 8a1e162 into 093b40f
Browse files Browse the repository at this point in the history
  • Loading branch information
smorimoto committed Dec 30, 2020
2 parents 093b40f + 8a1e162 commit fe8db62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/re.js
Expand Up @@ -178,5 +178,5 @@ createToken('HYPHENRANGELOOSE', `^\\s*(${src[t.XRANGEPLAINLOOSE]})` +
// Star ranges basically just allow anything at all.
createToken('STAR', '(<|>)?=?\\s*\\*')
// >=0.0.0 is like a star
createToken('GTE0', '^\\s*>=\\s*0\.0\.0\\s*$')
createToken('GTE0PRE', '^\\s*>=\\s*0\.0\.0-0\\s*$')
createToken('GTE0', '^\\s*>=\\s*0.0.0\\s*$')
createToken('GTE0PRE', '^\\s*>=\\s*0.0.0-0\\s*$')

0 comments on commit fe8db62

Please sign in to comment.