From 407be15f3a420ff15069c1c5d2c4e28c623ef3cf Mon Sep 17 00:00:00 2001 From: mockturtl Date: Mon, 15 Apr 2019 13:51:01 -0400 Subject: [PATCH] fix README (#1180) Replace pubspec field `private` with `publish_to`. [ref](https://www.dartlang.org/tools/pub/pubspec#publish_to) See @52f464f. --- community/samples/serving/helloworld-dart/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/samples/serving/helloworld-dart/README.md b/community/samples/serving/helloworld-dart/README.md index 51ef6ba6542..461ad18823e 100644 --- a/community/samples/serving/helloworld-dart/README.md +++ b/community/samples/serving/helloworld-dart/README.md @@ -25,7 +25,7 @@ be created using the following instructions. ```yaml name: hello_world_dart - private: True # let's not accidentally publish this to pub.dartlang.org + publish_to: none # let's not accidentally publish this to pub.dartlang.org description: >- Hello world server example in dart. dependencies: