mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-24 16:04:43 +01:00
Set proper git ref for to_string package
This commit is contained in:
parent
eb3e86f67c
commit
232be4d267
2 changed files with 5 additions and 5 deletions
|
@ -1297,7 +1297,7 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: to_string
|
path: to_string
|
||||||
ref: HEAD
|
ref: "to_string-1.0.0"
|
||||||
resolved-ref: "104d4bf9db5ed8982ffb802c0acaaf1a3f0acf3a"
|
resolved-ref: "104d4bf9db5ed8982ffb802c0acaaf1a3f0acf3a"
|
||||||
url: "https://gitlab.com/nkming2/dart-to-string"
|
url: "https://gitlab.com/nkming2/dart-to-string"
|
||||||
source: git
|
source: git
|
||||||
|
@ -1306,8 +1306,8 @@ packages:
|
||||||
dependency: "direct dev"
|
dependency: "direct dev"
|
||||||
description:
|
description:
|
||||||
path: to_string_build
|
path: to_string_build
|
||||||
ref: HEAD
|
ref: "to_string_build-1.0.0"
|
||||||
resolved-ref: "104d4bf9db5ed8982ffb802c0acaaf1a3f0acf3a"
|
resolved-ref: "334715f94312cf68fb3685e349d5623905fe9143"
|
||||||
url: "https://gitlab.com/nkming2/dart-to-string"
|
url: "https://gitlab.com/nkming2/dart-to-string"
|
||||||
source: git
|
source: git
|
||||||
version: "1.0.0"
|
version: "1.0.0"
|
||||||
|
|
|
@ -102,7 +102,7 @@ dependencies:
|
||||||
to_string:
|
to_string:
|
||||||
git:
|
git:
|
||||||
url: https://gitlab.com/nkming2/dart-to-string
|
url: https://gitlab.com/nkming2/dart-to-string
|
||||||
ref: HEAD
|
ref: to_string-1.0.0
|
||||||
path: to_string
|
path: to_string
|
||||||
tuple: ^2.0.0
|
tuple: ^2.0.0
|
||||||
url_launcher: ^6.0.3
|
url_launcher: ^6.0.3
|
||||||
|
@ -135,7 +135,7 @@ dev_dependencies:
|
||||||
to_string_build:
|
to_string_build:
|
||||||
git:
|
git:
|
||||||
url: https://gitlab.com/nkming2/dart-to-string
|
url: https://gitlab.com/nkming2/dart-to-string
|
||||||
ref: HEAD
|
ref: to_string_build-1.0.0
|
||||||
path: to_string_build
|
path: to_string_build
|
||||||
|
|
||||||
# For information on the generic Dart part of this file, see the
|
# For information on the generic Dart part of this file, see the
|
||||||
|
|
Loading…
Add table
Reference in a new issue