Unverified Commit da036c52 authored by Jonas Finnemann Jensen's avatar Jonas Finnemann Jensen Committed by GitHub

Application templates should default to publish_to: none (#52740)

parent 0bc361f0
name: {{projectName}}
description: {{description}}
{{#withPluginHook}}
publish_to: 'none'
{{/withPluginHook}}
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
{{^withPluginHook}}
# The following defines the version and build number for your application.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment