Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

chore: update analysis, mason and readme #67

Merged
merged 1 commit into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion brick/brick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repository: https://github.com/VeryGoodOpenSource/very_good_dart_package
version: 0.4.0

environment:
mason: ">=0.1.0-dev.49 <0.1.0"
mason: ">=0.1.0-dev.50 <0.1.0"

vars:
project_name:
Expand Down
2 changes: 1 addition & 1 deletion src/very_good_dart_package/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Very Good Ventures
Copyright (c) 2023 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
Expand Down
11 changes: 2 additions & 9 deletions src/very_good_dart_package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,10 @@ A Very Good Dart package created by Very Good Ventures.

**❗ In order to start using Very Good Dart Package you must have the [Dart SDK][dart_install_link] installed on your machine.**

Add `very_good_dart_package` to your `pubspec.yaml`:

```yaml
dependencies:
very_good_dart_package:
```

Install it:
Install via `dart pub add`:

```sh
dart pub get
dart pub add very_good_dart_package
```

---
Expand Down
2 changes: 1 addition & 1 deletion src/very_good_dart_package/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include: package:very_good_analysis/analysis_options.5.0.0.yaml
include: package:very_good_analysis/analysis_options.5.1.0.yaml
2 changes: 1 addition & 1 deletion src/very_good_dart_package/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ environment:
dev_dependencies:
mocktail: ^1.0.0
test: ^1.19.2
very_good_analysis: ^5.0.0
very_good_analysis: ^5.1.0