summaryrefslogtreecommitdiffstats
path: root/testing/resources/dart_repo/pubspec.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-09-06 04:23:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-09-06 04:23:44 +0000
commit8b9f67e46f462980dd0877e752954a07bfecdb32 (patch)
tree7455f28cae7a78fdec431903475978bbff39f984 /testing/resources/dart_repo/pubspec.yaml
parentAdding upstream version 2.14.0. (diff)
downloadpre-commit-b0f922720c2060ea6bc9cbea527126ef3c213e45.tar.xz
pre-commit-b0f922720c2060ea6bc9cbea527126ef3c213e45.zip
Adding upstream version 2.15.0.upstream/2.15.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/resources/dart_repo/pubspec.yaml')
-rw-r--r--testing/resources/dart_repo/pubspec.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/resources/dart_repo/pubspec.yaml b/testing/resources/dart_repo/pubspec.yaml
new file mode 100644
index 0000000..bc719d0
--- /dev/null
+++ b/testing/resources/dart_repo/pubspec.yaml
@@ -0,0 +1,10 @@
+environment:
+ sdk: '>=2.10.0 <3.0.0'
+
+name: hello_world_dart
+
+executables:
+ hello-world-dart:
+
+dependencies:
+ ansicolor: ^2.0.1