Skip to content

Commit 1cec7b6

Browse files
committed
Add metadata to pubspec.yaml
1 parent 76a1dbf commit 1cec7b6

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

packages/couchbase/pubspec.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
name: couchbase
2-
description: Couchbase SDK for Dart
2+
description:
3+
Couchbase Server SDK for Dart. Couchbase is a distributed, scalable, NewSQL,
4+
document-oriented database.
35
version: 0.0.0
6+
repository: https://github.com/blaugold/couchbase-dart
7+
issue_tracker: https://github.com/blaugold/couchbase-dart/issues
8+
homepage: https://github.com/blaugold/couchbase-dart/tree/main/packages/couchbase
49

510
environment:
6-
sdk: '>=2.19.4 <3.0.0'
11+
sdk: ^2.19.0
712

813
dependencies:
914
collection: ^1.16.0
1015
ffi: ^2.0.1
11-
meta: ^1.9.1
12-
path: ^1.8.3
16+
meta: ^1.8.0
17+
path: ^1.8.0
1318
solvent: ^0.1.1
1419

1520
dev_dependencies:

0 commit comments

Comments
 (0)