| Index: pkg/code_transformers/lib/src/remove_sourcemap_comment.dart
|
| diff --git a/pkg/polymer/lib/src/build/remove_sourcemap_comment.dart b/pkg/code_transformers/lib/src/remove_sourcemap_comment.dart
|
| similarity index 95%
|
| copy from pkg/polymer/lib/src/build/remove_sourcemap_comment.dart
|
| copy to pkg/code_transformers/lib/src/remove_sourcemap_comment.dart
|
| index cc106db62588622ad64a44c9655a86e82403b560..6adf467f3307e325b8bb9436d354e850150732d8 100644
|
| --- a/pkg/polymer/lib/src/build/remove_sourcemap_comment.dart
|
| +++ b/pkg/code_transformers/lib/src/remove_sourcemap_comment.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| /// Transformer that removes any sourcemap comments from javascript files.
|
| -library web_components.src.remove_sourcemap_comment;
|
| +library code_transformers.src.remove_sourcemap_comment;
|
|
|
| import 'dart:async';
|
| import 'package:barback/barback.dart';
|
|
|