Skip to content

Commit 10a552b

Browse files
committed
fix: 🐛 remove unsupported workspaces (semantic-release)
1 parent 3cc858a commit 10a552b

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ temp
66
explorations
77
TODOs.md
88
*.log
9+
.env

package.json

-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
"url": "https://www.buymeacoffee.com/luthfimasruri"
1313
}
1414
],
15-
"workspaces": [
16-
"packages/*",
17-
"demo"
18-
],
1915
"repository": {
2016
"type": "git",
2117
"url": "https://github.com/vueup/vue-quill.git"

packages/vue-quill/src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* Github: https://github.com/vueup/vue-quill.git
55
*/
66

7-
// fix semantic-release/npm
87
import Quill from 'quill'
98
import Delta from 'quill-delta'
109
import { QuillEditor } from './components/QuillEditor'

0 commit comments

Comments
 (0)