Index: pkg/js_ast/pubspec.yaml |
diff --git a/pkg/fixnum/pubspec.yaml b/pkg/js_ast/pubspec.yaml |
similarity index 64% |
copy from pkg/fixnum/pubspec.yaml |
copy to pkg/js_ast/pubspec.yaml |
index ac9418eb6af385cf4fe6ba2cd91c9ab698ec902d..ce2926808272fcdb2d507c16cd4fa863a2da3e2e 100644 |
--- a/pkg/fixnum/pubspec.yaml |
+++ b/pkg/js_ast/pubspec.yaml |
@@ -1,7 +1,7 @@ |
-name: fixnum |
-version: 0.10.0 |
+name: js_ast |
+version: 0.0.0 |
author: Dart Team <misc@dartlang.org> |
-description: Library for 32- and 64-bit fixed size integers. |
+description: Library creating and printing JavaScript ASTs. |
homepage: http://www.dartlang.org |
dev_dependencies: |
unittest: ">=0.9.0 <0.10.0" |
floitsch
2015/02/18 16:37:52
Does it really use "unittest" ?
|