mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-24 13:47:24 +00:00
16 lines
184 B
YAML
16 lines
184 B
YAML
name: example
|
|
version: 1.0.0
|
|
homepage: localhost
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ">=2.12.0 <3.0.0"
|
|
|
|
|
|
dependencies:
|
|
cherrypick:
|
|
path: ../
|
|
|
|
dev_dependencies:
|
|
test: ^1.16.8
|