Skip to content

Commit ba79005

Browse files
committed
Updating melos to 3.0.1
1 parent 13a1b2d commit ba79005

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

melos.yaml

+7-11
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@ name: super_editor
22
repository: https://github.com/superlistapp/super_editor
33

44
packages:
5-
- super_editor/pubspec.yaml
6-
- super_editor/example/pubspec.yaml
7-
- super_editor_markdown/pubspec.yaml
8-
- super_text_layout/pubspec.yaml
9-
- super_text_layout/example/pubspec.yaml
10-
- attributed_text/pubspec.yaml
11-
- website/pubspec.yaml
12-
13-
command:
14-
bootstrap:
15-
usePubspecOverrides: true
5+
- super_editor
6+
- super_editor/example
7+
- super_editor_markdown
8+
- super_text_layout
9+
- super_text_layout/example
10+
- attributed_text
11+
- website

pubspec.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: super_editor_workspace
2+
publish_to: 'none'
3+
4+
environment:
5+
sdk: '>=3.0.0 <4.0.0'
6+
7+
dev_dependencies:
8+
melos: ^3.0.1

0 commit comments

Comments
 (0)