| Index: dart/pkg/microlytics/pubspec.yaml
|
| diff --git a/dart/site/try/nossl.appcache b/dart/pkg/microlytics/pubspec.yaml
|
| similarity index 63%
|
| copy from dart/site/try/nossl.appcache
|
| copy to dart/pkg/microlytics/pubspec.yaml
|
| index 0c660f0bfc33b7e9fc71e0335a4ebfb97f605333..620b7cb6f83fe830e95b83934472e989be234baa 100644
|
| --- a/dart/site/try/nossl.appcache
|
| +++ b/dart/pkg/microlytics/pubspec.yaml
|
| @@ -1,10 +1,8 @@
|
| -CACHE MANIFEST
|
| # 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.
|
|
|
| -# @@TIMESTAMP@@
|
| -
|
| -FALLBACK:
|
| -/leap.dart.js /nossl.js
|
| -/ /nossl.html
|
| +name: microlytics
|
| +description: A minimal implementation of the Analytics API in pure Dart
|
| +dev_dependencies:
|
| + unittest: any
|
|
|