Explorar el Código

add dart2 support

master
Wito Chandra hace 8 años
padre
commit
3ae4fd4da6
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      pubspec.yaml

+ 3
- 3
pubspec.yaml Ver fichero

@@ -1,12 +1,12 @@
name: webfeed
version: 0.2.1
version: 0.2.2
description: A dart package for parsing RSS and Atom feed.
author: Wito Chandra <wito.c.91@gmail.com>
homepage: https://github.com/witochandra/webfeed
environment:
sdk: ">=1.8.0 <2.0.0"
sdk: ">=1.8.0 <3.0.0"
dependencies:
xml: "^3.0.0"
dev_dependencies:
test: ^0.12.0
test: ^1.3.0
http: "^0.11.3+16"

Cargando…
Cancelar
Guardar