Skip to content

Commit c66080a

Browse files
committed
Updated pubspec.yaml for publishing 0.1.0
1 parent 86b7734 commit c66080a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
name: webcrypto
1616
version: 0.1.0
1717
description: Cross-platform implementation of Web Cryptography APIs
18-
author: Jonas Finnemann Jensen <[email protected]>
19-
#homepage: TODO: Add a homepage
20-
publish_to: None
18+
homepage: https://github.com/google/webcrypto.dart
2119

2220
environment:
23-
sdk: ">=2.8.0 <3.0.0"
24-
flutter: ">=1.17.0"
21+
sdk: '>=2.8.0 <3.0.0'
22+
flutter: '>=1.17.0'
2523

2624
dependencies:
2725
ffi: ^0.1.3
@@ -31,6 +29,8 @@ dependencies:
3129
# in `flutter.plugin.platforms.web` added below.
3230
flutter_web_plugins:
3331
sdk: flutter
32+
flutter:
33+
sdk: flutter
3434

3535
dev_dependencies:
3636
test: ^1.5.2

0 commit comments

Comments
 (0)