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

Commit 105afe8

Browse files
authored
chore: update analysis, mason and readme (#67)
chore: update dependencies
1 parent 9ebc694 commit 105afe8

File tree

5 files changed

+6
-13
lines changed

5 files changed

+6
-13
lines changed

brick/brick.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repository: https://github.com/VeryGoodOpenSource/very_good_dart_package
44
version: 0.4.0
55

66
environment:
7-
mason: ">=0.1.0-dev.49 <0.1.0"
7+
mason: ">=0.1.0-dev.50 <0.1.0"
88

99
vars:
1010
project_name:

src/very_good_dart_package/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Very Good Ventures
3+
Copyright (c) 2023 Very Good Ventures
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/very_good_dart_package/README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,10 @@ A Very Good Dart package created by Very Good Ventures.
1010

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

13-
Add `very_good_dart_package` to your `pubspec.yaml`:
14-
15-
```yaml
16-
dependencies:
17-
very_good_dart_package:
18-
```
19-
20-
Install it:
13+
Install via `dart pub add`:
2114

2215
```sh
23-
dart pub get
16+
dart pub add very_good_dart_package
2417
```
2518

2619
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include: package:very_good_analysis/analysis_options.5.0.0.yaml
1+
include: package:very_good_analysis/analysis_options.5.1.0.yaml

src/very_good_dart_package/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ environment:
99
dev_dependencies:
1010
mocktail: ^1.0.0
1111
test: ^1.19.2
12-
very_good_analysis: ^5.0.0
12+
very_good_analysis: ^5.1.0

0 commit comments

Comments
 (0)