Files
sdk/pkg/browser/pubspec.yaml
T
sigmund@google.com 80a24e7d47 Remove <script></script> comment in dart.js, which would allow people to inline
the code in page. People playing with inlining scripts in HTML should load the
compiled code directly, but this doesn't hurt.

R=dgrove@google.com

Review URL: https://codereview.chromium.org//99943006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31434 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-02 22:38:45 +00:00

9 lines
229 B
YAML

name: browser
version: 0.9.1
authors: ["Dart Team <misc@dartlang.org>"]
homepage: http://www.dartlang.org
description: >
The bootstrap dart.js script for Dart apps running in the browser.
environment:
sdk: ">=0.8.10+6 <2.0.0"