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

Unified Diff: packages/js/pubspec.yaml

Issue 2119523002: Added full js & js_util packages (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 4 years, 6 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 | « packages/js/lib/src/varargs.dart ('k') | packages/js/src/varargs.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/js/pubspec.yaml
diff --git a/packages/js/pubspec.yaml b/packages/js/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..75558762eca4b24ee7cf59bfb93db1d3118fc35b
--- /dev/null
+++ b/packages/js/pubspec.yaml
@@ -0,0 +1,10 @@
+name: js
+version: 0.6.0
+authors:
+- Dart Team <misc@dartlang.org>
+description: Access JavaScript from Dart.
+homepage: https://github.com/dart-lang/sdk/tree/master/pkg/js
+environment:
+ sdk: '>=1.13.0 <2.0.0'
+dev_dependencies:
+ browser: '^0.10.0+2'
« no previous file with comments | « packages/js/lib/src/varargs.dart ('k') | packages/js/src/varargs.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698