diff --git a/apps/tap_burst_web_component/pubspec.yaml b/apps/tap_burst_web_component/pubspec.yaml index fbdbbf0..eb0d3ee 100644 --- a/apps/tap_burst_web_component/pubspec.yaml +++ b/apps/tap_burst_web_component/pubspec.yaml @@ -4,6 +4,7 @@ publish_to: none version: 1.0.0+1 environment: + flutter: ">=3.38.5 <4.0.0" sdk: ">=3.6.0 <4.0.0" dependencies: diff --git a/apps/tap_burst_web_component/web/.npmignore b/apps/tap_burst_web_component/web/.npmignore new file mode 100644 index 0000000..e90722f --- /dev/null +++ b/apps/tap_burst_web_component/web/.npmignore @@ -0,0 +1 @@ +/index.html diff --git a/apps/tap_burst_web_component/web/package.json b/apps/tap_burst_web_component/web/package.json new file mode 100644 index 0000000..6278d88 --- /dev/null +++ b/apps/tap_burst_web_component/web/package.json @@ -0,0 +1,3 @@ +{ + "author": "mrverdant13" +}