mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
3537981be1
This reverts commit 409ef71364
.
13 lines
269 B
YAML
13 lines
269 B
YAML
name: np_string
|
|
description: A starting point for Dart libraries or applications.
|
|
version: 1.0.0
|
|
# repository: https://github.com/my_org/my_repo
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ">=3.4.0 <4.0.0"
|
|
|
|
dev_dependencies:
|
|
np_lints:
|
|
path: ../np_lints
|
|
test: ^1.22.1
|