Skip to content

Commit c036bfb

Browse files
committed
update
1 parent dcf3ea0 commit c036bfb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"create-react-class": "^15.6.0",
5151
"lodash": "^4.17.4",
5252
"prop-types": "^15.5.10",
53-
"quill": "2.0.0-dev.3",
53+
"@dp/quill": "2.0.0-dev.31",
5454
"react-dom-factories": "^1.0.0"
5555
},
5656
"peerDependencies": {

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
React-Quill v1.0.0
33
https://github.com/zenoamaro/react-quill
44
*/
5-
var Quill = require('quill');
5+
var Quill = require('@dp/quill');
66
var Component = require('./component');
77

88
module.exports = Component;

src/mixin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
var Quill = require('quill');
3+
var Quill = require('@dp/quill');
44

55
var QuillMixin = {
66

0 commit comments

Comments
 (0)