Skip to content

Commit

Permalink
fix: 🐛 remove unsupported workspaces (semantic-release)
Browse files Browse the repository at this point in the history
  • Loading branch information
luthfimasruri committed Feb 17, 2022
1 parent 3cc858a commit 10a552b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ temp
explorations
TODOs.md
*.log
.env
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"url": "https://www.buymeacoffee.com/luthfimasruri"
}
],
"workspaces": [
"packages/*",
"demo"
],
"repository": {
"type": "git",
"url": "https://github.com/vueup/vue-quill.git"
Expand Down
1 change: 0 additions & 1 deletion packages/vue-quill/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Github: https://github.com/vueup/vue-quill.git
*/

// fix semantic-release/npm
import Quill from 'quill'
import Delta from 'quill-delta'
import { QuillEditor } from './components/QuillEditor'
Expand Down

0 comments on commit 10a552b

Please sign in to comment.