refactor: remove deprecated packages

This commit is contained in:
Philipp Kühn
2021-08-13 15:47:53 +02:00
parent 731c1640d7
commit 9cf99fedc0
4 changed files with 0 additions and 83 deletions

View File

@@ -22,8 +22,6 @@ import * as lift from '../commands/lift'
import * as liftEmptyBlock from '../commands/liftEmptyBlock'
import * as liftListItem from '../commands/liftListItem'
import * as newlineInCode from '../commands/newlineInCode'
import * as replace from '../commands/replace'
import * as replaceRange from '../commands/replaceRange'
import * as resetAttributes from '../commands/resetAttributes'
import * as scrollIntoView from '../commands/scrollIntoView'
import * as selectAll from '../commands/selectAll'
@@ -73,8 +71,6 @@ export { lift }
export { liftEmptyBlock }
export { liftListItem }
export { newlineInCode }
export { replace }
export { replaceRange }
export { resetAttributes }
export { scrollIntoView }
export { selectAll }
@@ -129,8 +125,6 @@ export const Commands = Extension.create({
...liftEmptyBlock,
...liftListItem,
...newlineInCode,
...replace,
...replaceRange,
...resetAttributes,
...scrollIntoView,
...selectAll,