Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Prepare to publish #152

Merged
merged 1 commit into from
Feb 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.15.0-nullsafety.0-dev
## 0.15.0-nullsafety.0

- Migrate to null safety.
- Drop `lastPhase`, `beforeRcDataPhase`, and `container` fields from
Expand Down
11 changes: 2 additions & 9 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
name: html
version: 0.15.0-nullsafety.0-dev
version: 0.15.0-nullsafety.0

description: APIs for parsing and manipulating HTML content outside the browser.
homepage: https://github.com/dart-lang/html

# Ensure package is tested internally and remove -dev from version to publish.
publish_to: none

environment:
sdk: ">=2.12.0-0 <3.0.0"

dependencies:
csslib: ^0.17.0
csslib: ^0.17.0-nullsafety
source_span: ^1.8.0-nullsafety

dev_dependencies:
path: ^1.8.0-nullsafety
pedantic: ^1.10.0-nullsafety
test: ^1.16.0-nullsafety

dependency_overrides:
csslib:
git: git://github.com/dart-lang/csslib.git