diff --git a/pubspec.yaml b/pubspec.yaml index fabb20a..a7cd80c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,18 +1,16 @@ name: dart_jsonwebtoken description: A dart implementation of the famous javascript library 'jsonwebtoken' (JWT). -version: 2.0.0-nullsafety.2 +version: 2.0.0 repository: https://github.com/jonasroussel/jsonwebtoken homepage: https://github.com/jonasroussel/jsonwebtoken#readme environment: - sdk: '>=2.12.0-0 <3.0.0' + sdk: '>=2.12.0 <3.0.0' dependencies: crypto: ^3.0.0 - pointycastle: ^3.0.0-nullsafety.2 + pointycastle: ^3.0.1 ed25519_edwards: ^0.1.0 dev_dependencies: - uuid: ^3.0.0 - test: ^1.0.0 pedantic: ^1.9.2