add broken rollup build

This commit is contained in:
Philipp Kühn
2018-08-22 09:14:49 +02:00
parent 0e75610fcd
commit 4a8b85d250
29 changed files with 1208 additions and 714 deletions

View File

@@ -1,5 +1,5 @@
import { Node } from 'tiptap/utils'
import { chainCommands, exitCode } from 'tiptap/helpers'
import { Node } from '../utils'
import { chainCommands, exitCode } from '../helpers'
export default class HardBreakNode extends Node {