Skip to content

Commit e3566ff

Browse files
committed
Remove duplicate field
1 parent 6b6e46f commit e3566ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/get-data/rules/publisher.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ module.exports = [
3131
wrap($ => $('meta[property="al:iphone:app_name"]').attr('content')),
3232
wrap($ => $('meta[property="al:ipad:app_name"]').attr('content')),
3333
wrap($ => $('meta[name="publisher"]').attr('content')),
34-
wrap($ => $('meta[name="Publisher"]').attr('content')),
3534
wrap($ => $('meta[name="twitter:app:name:iphone"]').attr('content')),
3635
wrap($ => $('meta[name="twitter:app:name:ipad"]').attr('content')),
3736
wrap($ => $('meta[name="twitter:app:name:googleplay"]').attr('content')),

0 commit comments

Comments
 (0)