File tree Expand file tree Collapse file tree 5 files changed +6
-25
lines changed
Expand file tree Collapse file tree 5 files changed +6
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Add `bounded` to your `pubspec.yaml`:
2020
2121``` yaml
2222dependencies :
23- bounded : ^0 .0.1
23+ bounded : ^1 .0.0
2424` ` `
2525
2626## Usage
@@ -147,7 +147,7 @@ To use it:
147147``` yaml
148148dev_dependencies :
149149 custom_lint : ^0.8.1
150- bounded_lints : ^0 .0.1
150+ bounded_lints : ^1 .0.0
151151` ` `
152152
153153And enable the plugin:
Original file line number Diff line number Diff line change 11name : bounded
22description : " A minimal, framework-agnostic common kernel for Domain-Driven Design (DDD)."
3- version : 0 .0.1
3+ version : 1 .0.0
44homepage :
55
66environment :
Original file line number Diff line number Diff line change @@ -55,14 +55,14 @@ packages:
5555 path: "../../bounded"
5656 relative: true
5757 source: path
58- version: "0 .0.1 "
58+ version: "1 .0.0 "
5959 bounded_lints:
6060 dependency: "direct dev"
6161 description:
6262 path: ".."
6363 relative: true
6464 source: path
65- version: "0 .0.1 "
65+ version: "1 .0.0 "
6666 checked_yaml:
6767 dependency: transitive
6868 description:
Original file line number Diff line number Diff line change 11name : bounded_lints
22description : Custom lints for Domain-Driven Design principles aligned with bounded.
3- version : 0 .0.1
3+ version : 1 .0.0
44homepage :
55
66environment :
You can’t perform that action at this time.
0 commit comments