File tree 3 files changed +7
-13
lines changed
3 files changed +7
-13
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.6.2
2
+
3
+ - Remove unused dependencies
4
+
1
5
## 0.6.1
2
6
3
7
- ` BuildStep ` now implements ` AssetReader ` and ` AssetWriter ` so it's easier to
Original file line number Diff line number Diff line change 3
3
// BSD-style license that can be found in the LICENSE file.
4
4
import 'package:path/path.dart' as pathos;
5
5
6
- /// Forked from the `barback` package.
7
- ///
8
6
/// Identifies an asset within a package.
9
7
class AssetId implements Comparable <AssetId > {
10
8
/// The name of the package containing this asset.
Original file line number Diff line number Diff line change 1
1
name : build
2
- version : 0.6.1
2
+ version : 0.6.2
3
3
description : A build system for Dart.
4
4
author :
Dart Team <[email protected] >
5
5
homepage : https://github.com/dart-lang/build
@@ -9,20 +9,12 @@ environment:
9
9
10
10
dependencies :
11
11
analyzer : " >=0.27.1 <0.30.0"
12
- barback : ^0.15.0
13
- code_transformers : " >=0.4.2+3 <0.6.0"
14
- crypto : " >=0.9.2 <3.0.0"
15
12
logging : ^0.11.2
16
- glob : ^1.1.0
17
13
path : ^1.1.0
18
- shelf : ^0.6.5
19
- shelf_static : ^0.2.3
20
- stack_trace : ^1.6.0
21
- watcher : ^0.9.7
22
- yaml : ^2.1.0
23
14
24
15
dev_dependencies :
25
- build_test : " >=0.2.1 <0.4.0"
26
16
build_barback : ^0.0.1
17
+ build_test : " >=0.2.1 <0.4.0"
18
+ glob : ^1.1.0
27
19
test : ^0.12.0
28
20
transformer_test : ^0.2.0
You can’t perform that action at this time.
0 commit comments