Skip to content

Commit f97d634

Browse files
committed
Fix for updated site
1 parent 1a7cbe4 commit f97d634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/transforms/poggers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default function poggers(node, ctx) {
33

44
if (node.test.type === 'BinaryExpression') {
55
if (node.consequent.type !== 'Literal') return;
6-
if (node.consequent.value !== 'MAJOR') return;
6+
if (node.consequent.value !== 'PEAK') return;
77

88
ctx.replace({
99
type: 'ConditionalExpression',

0 commit comments

Comments
 (0)