Skip to content

Commit 947a4ca

Browse files
authored
Remove unused dependencies (#155)
After the package split I never cleaned these up. - Remove unused deps from pubspec - Remove lib/ references to barback - Bump version and changelog
1 parent 99cc933 commit 947a4ca

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

build/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.2
2+
3+
- Remove unused dependencies
4+
15
## 0.6.1
26

37
- `BuildStep` now implements `AssetReader` and `AssetWriter` so it's easier to

build/lib/src/asset/id.dart

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// BSD-style license that can be found in the LICENSE file.
44
import 'package:path/path.dart' as pathos;
55

6-
/// Forked from the `barback` package.
7-
///
86
/// Identifies an asset within a package.
97
class AssetId implements Comparable<AssetId> {
108
/// The name of the package containing this asset.

build/pubspec.yaml

+3-11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build
2-
version: 0.6.1
2+
version: 0.6.2
33
description: A build system for Dart.
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/dart-lang/build
@@ -9,20 +9,12 @@ environment:
99

1010
dependencies:
1111
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"
1512
logging: ^0.11.2
16-
glob: ^1.1.0
1713
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
2314

2415
dev_dependencies:
25-
build_test: ">=0.2.1 <0.4.0"
2616
build_barback: ^0.0.1
17+
build_test: ">=0.2.1 <0.4.0"
18+
glob: ^1.1.0
2719
test: ^0.12.0
2820
transformer_test: ^0.2.0

0 commit comments

Comments
 (0)