Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: pkg/js_ast/pubspec.yaml

Issue 931953002: Move js_ast library to its own package under pkg (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/js_ast/lib/src/template.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ?
« no previous file with comments | « pkg/js_ast/lib/src/template.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698