We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9941e5c commit 9047d73Copy full SHA for 9047d73
pubspec.yaml
@@ -19,6 +19,7 @@ dependencies:
19
logging: ^0.11.3+1
20
process: ^3.0.5
21
markdown: ^2.1.1
22
+ meta: ^1.0.0
23
mustache: ^1.1.0
24
package_config: '>=0.1.5 <2.0.0'
25
path: ^1.3.0
@@ -39,7 +40,6 @@ dev_dependencies:
39
40
grinder: ^0.8.2
41
io: ^0.3.0
42
http: ^0.12.0
- meta: ^1.0.0
43
pedantic: ^1.9.0
44
test: ^1.3.0
45
tool/grind.dart
@@ -268,7 +268,8 @@ void dartfmt() async {
268
analyze,
269
checkBuild,
270
smokeTest,
271
- dartfmt, /*tryPublish*/
+ dartfmt,
272
+ tryPublish,
273
)
274
void presubmit() => null;
275
0 commit comments