Skip to content

Commit

Permalink
refactor: drop vimeo tag
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Sep 17, 2022
1 parent 4d42d9d commit 494ac03
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 45 deletions.
2 changes: 0 additions & 2 deletions lib/plugins/tag/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ module.exports = ctx => {

tag.register('pullquote', require('./pullquote')(ctx), true);

tag.register('vimeo', require('./vimeo'));

tag.register('youtube', require('./youtube'));
};

Expand Down
25 changes: 0 additions & 25 deletions lib/plugins/tag/vimeo.js

This file was deleted.

1 change: 0 additions & 1 deletion test/scripts/tags/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ describe('Tags', () => {
require('./post_link');
require('./post_path');
require('./pullquote');
require('./vimeo');
require('./youtube');
});
17 changes: 0 additions & 17 deletions test/scripts/tags/vimeo.js

This file was deleted.

0 comments on commit 494ac03

Please sign in to comment.