Skip to content

Commit 4b88533

Browse files
committed
update
1 parent c036bfb commit 4b88533

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ test:
3232
build:
3333
@$(WEBPACK) --config webpack.dev.js
3434
@$(WEBPACK) --config webpack.prod.js
35-
@cp node_modules/quill/dist/quill.core.css dist
36-
@cp node_modules/quill/dist/quill.snow.css dist
37-
@cp node_modules/quill/dist/quill.bubble.css dist
35+
@cp node_modules/@dp/quill/dist/quill.core.css dist
36+
@cp node_modules/@dp/quill/dist/quill.snow.css dist
37+
@cp node_modules/@dp/quill/dist/quill.bubble.css dist
3838
@mkdir -p $(LIB)
3939
@cp -Rfv $(SOURCE)/* $(LIB)
4040

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-quill-2",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "The Quill rich-text editor as a React component.",
55
"author": "zenoamaro <[email protected]>",
66
"homepage": "https://github.com/zenoamaro/react-quill",

0 commit comments

Comments
 (0)