Skip to content

Commit 86ee98a

Browse files
committed
Update aliases;
1 parent 81fc820 commit 86ee98a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aliases.moon

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
feature: 'Bezier curves'
5050
}
5151

52-
'(android|cardboard|gear|daydream|mobile)': {
52+
'^(android|cardboard|gear|daydream|mobile)': {
5353
type: 'unsupported',
5454
feature: 'Mobile VR'
5555
}
@@ -59,11 +59,11 @@
5959
feature: 'Augmented Reality'
6060
}
6161

62-
'hi': {
62+
'^hi$': {
6363
type: 'hi'
6464
}
6565

66-
'(unity|unreal)': {
66+
'^(unity|unreal)$': {
6767
type: 'no'
6868
}
6969
}

0 commit comments

Comments
 (0)