Skip to content

Commit 4252e31

Browse files
authored
Remove unused dependencies. (#89)
1 parent 29ee596 commit 4252e31

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.5
2+
3+
* Drop unused dependencies.
4+
15
## 0.6.4
26

37
* Make compatible with the null-safe version of `args`.

pubspec.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dart2js_info
2-
version: 0.6.4
2+
version: 0.6.5
33

44
description: >
55
Libraries and tools to process data produced when running dart2js with
@@ -12,13 +12,11 @@ environment:
1212

1313
dependencies:
1414
args: ^1.4.3
15-
charcode: ^1.1.0
1615
collection: ^1.10.1
1716
fixnum: '>=0.10.5 <2.0.0'
1817
path: ^1.3.6
1918
protobuf: '>=1.0.1 <3.0.0'
2019
shelf: ^0.7.3
21-
shelf_static: ^0.2.4
2220
yaml: ^2.1.0
2321

2422
dev_dependencies:

0 commit comments

Comments
 (0)