Remove drudge spam (#4724)

Stop spamming the console about drudge by pinning an earlier version of
json_scheme that doesn't spam.
This commit is contained in:
Adam Barth 2016-06-23 15:37:51 -07:00 committed by GitHub
parent 7b99ecff35
commit f20546a1d7

View File

@ -15,7 +15,12 @@ dependencies:
file: ^0.1.0
http: ^0.11.3
json_rpc_2: ^2.0.0
json_schema: ^1.0.3
# Version 1.0.4 has mysterious "pub get" spam about "drudge". If you update
# this dependency, be sure not to include 1.0.4 and to check the output of
# "pub get" for spam about "drudge".
json_schema: 1.0.3
linter: ^0.1.17
mustache4dart: ^1.0.0
package_config: '>=0.1.5 <2.0.0'