Skip to content

Commit 9cebb52

Browse files
committed
Adding serious_python_web to serious_python pubspec
1 parent 1b8e69d commit 9cebb52

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/serious_python/pubspec.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ platforms:
1010
macos:
1111
windows:
1212
linux:
13+
web:
1314

1415
environment:
1516
sdk: ">=3.0.0 <4.0.0"
@@ -28,6 +29,8 @@ flutter:
2829
default_package: serious_python_windows
2930
linux:
3031
default_package: serious_python_linux
32+
web:
33+
default_package: serious_python_web
3134

3235
dependencies:
3336
flutter:
@@ -42,6 +45,8 @@ dependencies:
4245
path: ../serious_python_windows
4346
serious_python_linux:
4447
path: ../serious_python_linux
48+
serious_python_web:
49+
path: ../serious_python_web
4550

4651
path_provider: ^2.1.3
4752
archive: ^3.6.1

0 commit comments

Comments
 (0)