Skip to content

Commit f740f40

Browse files
committed
Adds support for csslib 1.0.0.
1 parent 73798c3 commit f740f40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: universal_html
2-
version: 2.2.3
2+
version: 2.2.4
33
description:
44
A 'dart:html' that works in all platforms, including Flutter and server-side.
55
Eases cross-platform development and HTML / XML processing.
@@ -10,7 +10,7 @@ environment:
1010

1111
dependencies:
1212
async: ^2.11.0
13-
csslib: ^0.17.3
13+
csslib: '>=0.17.3 <2.0.0'
1414
charcode: ^1.2.0
1515
collection: ^1.17.1
1616
html: ^0.15.3

0 commit comments

Comments
 (0)