Skip to content

Commit

Permalink
Updated pubspec.yaml for publishing 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfj committed Aug 10, 2020
1 parent 86b7734 commit c66080a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@
name: webcrypto
version: 0.1.0
description: Cross-platform implementation of Web Cryptography APIs
author: Jonas Finnemann Jensen <[email protected]>
#homepage: TODO: Add a homepage
publish_to: None
homepage: https://github.com/google/webcrypto.dart

environment:
sdk: ">=2.8.0 <3.0.0"
flutter: ">=1.17.0"
sdk: '>=2.8.0 <3.0.0'
flutter: '>=1.17.0'

dependencies:
ffi: ^0.1.3
Expand All @@ -31,6 +29,8 @@ dependencies:
# in `flutter.plugin.platforms.web` added below.
flutter_web_plugins:
sdk: flutter
flutter:
sdk: flutter

dev_dependencies:
test: ^1.5.2
Expand Down

0 comments on commit c66080a

Please sign in to comment.