Skip to content

Commit fa62baa

Browse files
authored
Prep for publishing (dart-archive/lints#22)
1 parent 735b895 commit fa62baa

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

pkgs/lints/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.0
2+
3+
- Initial stable version
4+
15
## 1.0.0-dev.0
26

37
- Initial version

pkgs/lints/pubspec.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: lints
2-
description: Official Dart lint rules.
3-
version: 1.0.0-dev.0
4-
homepage: https://dart.dev/guides/language/effective-dart
2+
description: Official Dart lint rules. Defines the 'core' and 'recommended' set of lints suggested by the Dart team.
3+
version: 1.0.0
54

65
environment:
76
sdk: '>=2.12.0 <3.0.0'

0 commit comments

Comments
 (0)