Skip to content

Commit

Permalink
Record the lock file too
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharad Chand committed Aug 25, 2019
1 parent 9cbce0a commit 76d6df3
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ yarn-error.log*

# Miscellaneous
*.class
*.lock
*.log
*.pyc
*.swp
Expand Down
146 changes: 146 additions & 0 deletions mdi/example/pubspec.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
async:
dependency: transitive
description:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.0"
boolean_selector:
dependency: transitive
description:
name: boolean_selector
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.4"
charcode:
dependency: transitive
description:
name: charcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.2"
collection:
dependency: transitive
description:
name: collection
url: "https://pub.dartlang.org"
source: hosted
version: "1.14.11"
flutter:
dependency: "direct main"
description: flutter
source: sdk
version: "0.0.0"
flutter_test:
dependency: "direct dev"
description: flutter
source: sdk
version: "0.0.0"
matcher:
dependency: transitive
description:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.5"
mdi:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "0.2.0"
meta:
dependency: transitive
description:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.6"
path:
dependency: transitive
description:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.2"
pedantic:
dependency: transitive
description:
name: pedantic
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.0"
quiver:
dependency: transitive
description:
name: quiver
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.3"
sky_engine:
dependency: transitive
description: flutter
source: sdk
version: "0.0.99"
source_span:
dependency: transitive
description:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.5.5"
stack_trace:
dependency: transitive
description:
name: stack_trace
url: "https://pub.dartlang.org"
source: hosted
version: "1.9.3"
stream_channel:
dependency: transitive
description:
name: stream_channel
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
string_scanner:
dependency: transitive
description:
name: string_scanner
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.4"
term_glyph:
dependency: transitive
description:
name: term_glyph
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
test_api:
dependency: transitive
description:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.5"
typed_data:
dependency: transitive
description:
name: typed_data
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.6"
vector_math:
dependency: transitive
description:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.8"
sdks:
dart: ">=2.2.2 <3.0.0"
13 changes: 13 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


"@mdi/svg@^4.0.96":
version "4.1.95"
resolved "https://registry.yarnpkg.com/@mdi/svg/-/svg-4.1.95.tgz#6ffb3d77463b04bf2adfbf47b805edaac02d1d69"
integrity sha512-lgt5hW2f6m1xMdymbctBsVt7BI97O5OTKoLC6i4UOdHEQeTQq1E1CMgsUYSGhuENjoas0bi0ISqNBMddIpF/Ig==

"@mdi/util@^0.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@mdi/util/-/util-0.3.0.tgz#87a4f729c9ed3f60736538bf09ae2d14164ebf6f"
integrity sha512-vBldUQB5aqoDXDgvWBCrPAkdJGKsZW2mXolpyEbZbocXEQswxyLMgKu/IHMpgbHn9KWiS87c5cs/pEgnPLR5kw==

0 comments on commit 76d6df3

Please sign in to comment.