| Index: app/pubspec.yaml
|
| diff --git a/app/pubspec.yaml b/app/pubspec.yaml
|
| index ec7076c4d3d017cfd5508f3f2f186d6d2e84e049..9010d52903fb60788e11a7507100eae61320bc68 100644
|
| --- a/app/pubspec.yaml
|
| +++ b/app/pubspec.yaml
|
| @@ -12,6 +12,7 @@ dependencies:
|
| logging: '>=0.9.3 <1.0.0'
|
| markdown: '>=0.7.0 <0.8.0'
|
| mustache: '>=0.1.8 <0.2.0'
|
| + pub_server: ">=0.1.0 <0.2.0"
|
| shelf: '>=0.5.6 <0.6.0'
|
| uuid: ">=0.5.0 <0.5.1"
|
|
|
| @@ -19,7 +20,7 @@ dev_dependencies:
|
| unittest: any
|
|
|
| dependency_overrides:
|
| - pubserver:
|
| - path: ../pkg/pubserver
|
| mustache:
|
| path: ../pkg/mustache
|
| + pub_server:
|
| + path: ../pkg/pub_server
|
|
|