Skip to content

Commit 1b280ab

Browse files
committed
Use namespaced npm module
1 parent d705bc3 commit 1b280ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"classnames": "^2.2.5",
1111
"draft-js": "^0.10.4",
12-
"draft-js-export-html": "github:plotly/draft-js-export-html",
12+
"@plotly/draft-js-export-html": "1.2.0",
1313
"draft-js-import-html": "^1.2.1",
1414
"draft-js-utils": "^1.2.0",
1515
"fast-isnumeric": "^1.1.1",

src/components/widgets/text_editors/RichText/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
Entity,
88
RichUtils,
99
} from 'draft-js';
10-
import {stateToHTML} from 'draft-js-export-html';
10+
import {stateToHTML} from '@plotly/draft-js-export-html';
1111
import {stateFromHTML} from 'draft-js-import-html';
1212

1313
// Constants

0 commit comments

Comments
 (0)