Index: packages/smoke/pubspec.yaml |
diff --git a/packages/smoke/pubspec.yaml b/packages/smoke/pubspec.yaml |
deleted file mode 100644 |
index 58f0a8078d15b634d92c4422babc7d375077d64c..0000000000000000000000000000000000000000 |
--- a/packages/smoke/pubspec.yaml |
+++ /dev/null |
@@ -1,24 +0,0 @@ |
-name: smoke |
-version: 0.3.6 |
-author: Polymer.dart Authors <web-ui-dev@dartlang.org> |
-homepage: https://github.com/dart-lang/smoke |
-description: > |
- A restricted reflective system that uses mirrors at development time, but that |
- can be replaced with non-reflective calls using code generation. See README.md |
- for mode details. |
-dependencies: |
- barback: ">=0.9.0 <0.16.0" |
- logging: ">=0.9.0 <0.12.0" |
- analyzer: "^0.27.0" |
-# TODO(sigmund): once we have some easier way to do global app-level |
-# transformers, we might want to remove this transformer here and only apply it |
-# in apps that need it. |
-transformers: |
-- smoke/src/default_transformer: |
- $include: lib/src/implementation.dart |
-dev_dependencies: |
- test: "^0.12.0" |
- path: "^1.0.0" |
- code_transformers: "^0.3.0" |
-environment: |
- sdk: ">=1.12.0 <2.0.0" |