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

Commit

Permalink
Prepare to publish (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch authored Feb 1, 2021
1 parent 00cd3c2 commit ef72ea0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
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

0 comments on commit ef72ea0

Please sign in to comment.