Update metadata
This commit is contained in:
parent
0aa41f075f
commit
9557960c46
|
@ -8,7 +8,4 @@ pubspec.lock
|
||||||
build/
|
build/
|
||||||
|
|
||||||
# Directory created by dartdoc
|
# Directory created by dartdoc
|
||||||
doc/api/
|
doc/api/
|
||||||
|
|
||||||
# File for running and testing independent code
|
|
||||||
testfile.dart
|
|
|
@ -1,17 +1,17 @@
|
||||||
name: unofficial_jisho_api
|
name: unofficial_jisho_api
|
||||||
description: A starting point for Dart libraries or applications.
|
description: A starting point for Dart libraries or applications.
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
homepage: https://www.example.com #TODO: EDIT
|
homepage: https://github.com/h7x4ABk3g/unofficial_jisho_api_dart/
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.7.0 <3.0.0'
|
sdk: '>=2.7.0 <3.0.0'
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
# path: ^1.6.0
|
|
||||||
xml: ^3.7.0
|
xml: ^3.7.0
|
||||||
html_unescape: ^1.0.1+3
|
html_unescape: ^1.0.1+3
|
||||||
html: ^0.14.0+3
|
html: ^0.14.0+3
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
pedantic: ^1.8.0
|
pedantic: ^1.8.0
|
||||||
test: ^1.6.0
|
test: ^1.8.0
|
||||||
|
path: ^1.6.0
|
||||||
|
|
Loading…
Reference in New Issue