Workiva / dart_to_js_script_rewriter

A pub transformer that Rewrites Dart script tags to JavaScript script tags, eliminating 404s and speeding up initial loads. Use when building for deployment.
BSD 3-Clause "New" or "Revised" License
21 stars 20 forks source link

Update dependencies to work with version 0.13.0 of the html package #36

Closed hoylen closed 7 years ago

hoylen commented 8 years ago

There has been a new release of the html package (version 0.13.0).

The dependency on html version "^0.12.2+1" prevents projects from using that newer version of the html package.

koorgoo commented 7 years ago

Issue is fixed by 16ec171a2.