| Index: pkg/polymer/lib/src/build/runner.dart
|
| diff --git a/pkg/polymer/lib/src/barback_runner.dart b/pkg/polymer/lib/src/build/runner.dart
|
| similarity index 99%
|
| rename from pkg/polymer/lib/src/barback_runner.dart
|
| rename to pkg/polymer/lib/src/build/runner.dart
|
| index c6b02f0832d5eae9236448350936dd9370307736..d940c184b733257db4c0fb892cb0280dbf38e673 100644
|
| --- a/pkg/polymer/lib/src/barback_runner.dart
|
| +++ b/pkg/polymer/lib/src/build/runner.dart
|
| @@ -6,7 +6,7 @@
|
| * Definitions used to run the polymer linter and deploy tools without using
|
| * pub serve or pub deploy.
|
| */
|
| -library polymer.src.barback_runner;
|
| +library polymer.src.build.runner;
|
|
|
| import 'dart:async';
|
| import 'dart:convert';
|
|
|