| Index: pkg/pubserver/pubspec.yaml
|
| diff --git a/pkg/pubserver/pubspec.yaml b/pkg/pubserver/pubspec.yaml
|
| deleted file mode 100644
|
| index 9b1df3083dfbb5ffa7948f37c0bb60a40d204421..0000000000000000000000000000000000000000
|
| --- a/pkg/pubserver/pubspec.yaml
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -name: pubserver
|
| -version: 0.1.0
|
| -author: Dart Team <misc@dartlang.org>
|
| -description: A package containing interfaces and code for talking to a pub package repository and making a pub package server.
|
| -homepage: https://www.dartlang.org
|
| -
|
| -environment:
|
| - sdk: '>=1.5.0 <2.0.0'
|
| -
|
| -dependencies:
|
| - logging: ">=0.9.3 <1.0.0"
|
| - mime: ">=0.9.1 <0.10.0"
|
| - pub_semver: ">=1.1.0 <1.2.0"
|
| - shelf: ">=0.5.6 <0.6.0"
|
| - yaml: ">=2.1.2 <3.0.0"
|
| -
|
| -dev_dependencies:
|
| - unittest: ">=0.11.4 <0.12.0"
|
|
|