Skip to content

Commit

Permalink
fix pubspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Grodien committed Oct 29, 2024
1 parent b0e25f0 commit b5da11c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 deletions.
14 changes: 8 additions & 6 deletions das_client/das_custom_lints/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,18 @@ packages:
custom_lint:
dependency: transitive
description:
path: "../../../dart_custom_lint/packages/custom_lint"
relative: true
source: path
name: custom_lint
sha256: "3486c470bb93313a9417f926c7dd694a2e349220992d7b9d14534dc49c15bba9"
url: "https://pub.dev"
source: hosted
version: "0.7.0"
custom_lint_builder:
dependency: "direct main"
description:
path: "../../../dart_custom_lint/packages/custom_lint_builder"
relative: true
source: path
name: custom_lint_builder
sha256: "42cdc41994eeeddab0d7a722c7093ec52bd0761921eeb2cbdbf33d192a234759"
url: "https://pub.dev"
source: hosted
version: "0.7.0"
custom_lint_core:
dependency: transitive
Expand Down
4 changes: 2 additions & 2 deletions das_client/das_custom_lints/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ environment:
dependencies:
analyzer: ^6.7.0
analyzer_plugin: ^0.11.2
custom_lint_builder:
path: ../../../dart_custom_lint/packages/custom_lint_builder
custom_lint_builder: ^0.7.0
# path: ../../../dart_custom_lint/packages/custom_lint_builder
16 changes: 9 additions & 7 deletions das_client/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -247,18 +247,20 @@ packages:
source: hosted
version: "1.0.0"
custom_lint:
dependency: "direct dev"
dependency: transitive
description:
path: "../../dart_custom_lint/packages/custom_lint"
relative: true
source: path
name: custom_lint
sha256: "3486c470bb93313a9417f926c7dd694a2e349220992d7b9d14534dc49c15bba9"
url: "https://pub.dev"
source: hosted
version: "0.7.0"
custom_lint_builder:
dependency: transitive
description:
path: "../../dart_custom_lint/packages/custom_lint_builder"
relative: true
source: path
name: custom_lint_builder
sha256: "42cdc41994eeeddab0d7a722c7093ec52bd0761921eeb2cbdbf33d192a234759"
url: "https://pub.dev"
source: hosted
version: "0.7.0"
custom_lint_core:
dependency: transitive
Expand Down

0 comments on commit b5da11c

Please sign in to comment.