Skip to content

Commit

Permalink
fix README (knative#1180)
Browse files Browse the repository at this point in the history
Replace pubspec field `private` with `publish_to`.  [ref](https://www.dartlang.org/tools/pub/pubspec#publish_to)

See @52f464f.
  • Loading branch information
mockturtl authored and samodell committed Apr 23, 2019
1 parent 2cc4ce6 commit 407be15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community/samples/serving/helloworld-dart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 407be15

Please sign in to comment.