Skip to content

Commit

Permalink
useless and blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
touv committed Aug 2, 2024
1 parent 7b441c1 commit 28d53ea
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 215 deletions.
48 changes: 0 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
"from": "0.1.7",
"history": "^4.7.2",
"inist-ark": "^2.1.3",
"inist-roadmap": "^1.2.0",
"js-sentencecase": "^1.2.1",
"jsonstream": "1.0.3",
"jsonwebtoken": "9.0.2",
Expand Down
8 changes: 0 additions & 8 deletions src/app/js/formats/formats.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import istex from './other/istex';
import link from './url/link';
import linkImage from './url/link-image';
import list from './text/list';
import trelloTimeline from './other/trello-timeline';
import markdown from './text/markdown/simple';
import markdownModal from './text/markdown/modal';
import uri from './url/uri';
Expand Down Expand Up @@ -181,13 +180,6 @@ export const FORMATS_CATALOG = [
component: list,
type: 'text',
},
{
name: 'formatTrelloTimeline',
description: 'formatTrelloTimelineDescription',
componentName: 'trelloTimeline',
component: trelloTimeline,
type: 'other',
},
{
name: 'formatMarkdown',
description: 'formatMarkdownDescription',
Expand Down
59 changes: 0 additions & 59 deletions src/app/js/formats/other/trello-timeline/TrelloTimelineAdmin.js

This file was deleted.

89 changes: 0 additions & 89 deletions src/app/js/formats/other/trello-timeline/TrelloTimelineView.js

This file was deleted.

10 changes: 0 additions & 10 deletions src/app/js/formats/other/trello-timeline/index.js

This file was deleted.

0 comments on commit 28d53ea

Please sign in to comment.