Chromium Code Reviews| Index: dart/pkg/dart2js_incremental/pubspec.yaml |
| diff --git a/dart/third_party/pkg/update_js.sh b/dart/pkg/dart2js_incremental/pubspec.yaml |
| old mode 100755 |
| new mode 100644 |
| similarity index 65% |
| copy from dart/third_party/pkg/update_js.sh |
| copy to dart/pkg/dart2js_incremental/pubspec.yaml |
| index 971fe363c9615b5e94955875cd415f481eb6ba10..8cc7fc4ad3f8f1efc4c35ea5db594a35ea4f6602 |
| --- a/dart/third_party/pkg/update_js.sh |
| +++ b/dart/pkg/dart2js_incremental/pubspec.yaml |
| @@ -1,11 +1,7 @@ |
| -#!/bin/bash |
| # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
| # for details. All rights reserved. Use of this source code is governed by a |
| # BSD-style license that can be found in the LICENSE file. |
| -# bail on error |
| -set -e |
| - |
| -source update.sh |
| - |
| -update "js" "https://github.com/dart-lang/js-interop" |
| +name: dart2js_incremental |
| +version: 0.1 |
|
Bob Nystrom
2014/06/24 16:04:30
0.0.1 or 0.1.0. 0.1 isn't a valid semantic version
|
| +description: Experimental API for incremental compilation with dart2js. |