Skip to content

Commit

Permalink
fix: fix6 (#10)
Browse files Browse the repository at this point in the history
* feat: fix

* chore: clean before publish
  • Loading branch information
ryanhanks-bestow authored Jan 28, 2024
1 parent 6d19474 commit 2636e31
Show file tree
Hide file tree
Showing 17 changed files with 40 additions and 158 deletions.
14 changes: 14 additions & 0 deletions .dart_tool/package_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"configVersion": 2,
"packages": [
{
"name": "__a_test",
"rootUri": "../",
"packageUri": "lib/",
"languageVersion": "3.0"
}
],
"generated": "2024-01-27T23:57:39.193734Z",
"generator": "pub",
"generatorVersion": "3.3.0-279.0.dev"
}
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2020 Very Good Ventures

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 0 additions & 4 deletions analysis_options.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions index_generator.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions mono_pkg.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions package/.github/workflows/analyze.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions package/.github/workflows/format.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions package/.github/workflows/publish.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions package/.github/workflows/release-please.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions package/.github/workflows/semantic-pull-request.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions package/.github/workflows/test.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions package/analysis_options.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions package/index_generator.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions package/mono_pkg.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions package/pubspec.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
packages: {}
sdks:
dart: ">=3.0.0 <4.0.0"
5 changes: 0 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
name: __a_test
version: 1.1.0+2
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"

dev_dependencies:
very_good_analysis: ^5.1.0

0 comments on commit 2636e31

Please sign in to comment.