Skip to content

Commit 21310fa

Browse files
authored
Update pubspec.yaml (#3500)
add topics to the pubspec
1 parent 3cb2922 commit 21310fa

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

scratch_space/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 1.0.2-dev
1+
## 1.0.2
22

3-
- Require Dart >=2.18.0
3+
- Added package topics to the pubspec file.
4+
- Require Dart >=2.18.0.
45

56
## 1.0.1
67

scratch_space/pubspec.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: scratch_space
2-
version: 1.0.2-dev
3-
description: A tool to manage running external executables within package:build
2+
version: 1.0.2
3+
description: A tool to manage running external executables within package:build.
44
repository: https://github.com/dart-lang/build/tree/master/scratch_space
55

6+
topics:
7+
- build-runner
8+
- codegen
9+
610
environment:
711
sdk: ">=2.19.0 <3.0.0"
812

0 commit comments

Comments
 (0)