We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ee596 commit 4252e31Copy full SHA for 4252e31
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.6.5
2
+
3
+* Drop unused dependencies.
4
5
## 0.6.4
6
7
* Make compatible with the null-safe version of `args`.
pubspec.yaml
@@ -1,5 +1,5 @@
name: dart2js_info
-version: 0.6.4
+version: 0.6.5
description: >
Libraries and tools to process data produced when running dart2js with
@@ -12,13 +12,11 @@ environment:
12
13
dependencies:
14
args: ^1.4.3
15
- charcode: ^1.1.0
16
collection: ^1.10.1
17
fixnum: '>=0.10.5 <2.0.0'
18
path: ^1.3.6
19
protobuf: '>=1.0.1 <3.0.0'
20
shelf: ^0.7.3
21
- shelf_static: ^0.2.4
22
yaml: ^2.1.0
23
24
dev_dependencies:
0 commit comments