-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prep package:js for null safety release
Change-Id: Ie4ce3d83d4dfc60ff5728152e9b391a84c50e6b8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153824 Commit-Queue: Nicholas Shahan <nshahan@google.com> Reviewed-by: Nicholas Shahan <nshahan@google.com> Auto-Submit: Jake Macdonald <jakemac@google.com>
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## 0.6.3-dev | ||
## 0.6.3-nullsafety | ||
|
||
* Opt in to null safety. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name: js | ||
version: 0.6.3-dev | ||
version: 0.6.3-nullsafety | ||
description: Annotations to create static Dart interfaces for JavaScript APIs. | ||
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/js | ||
|
||
environment: | ||
sdk: '>=2.9.0-1 <3.0.0' | ||
sdk: '>=2.9.0-18.0 <2.9.0' | ||
|
||
dev_dependencies: | ||
pedantic: ^1.9.0 |