Carglglz / asyncmd

Tools for MicroPython Async Development
7 stars 2 forks source link

Remove trailing comma from urls list #3

Closed swork closed 9 months ago

swork commented 9 months ago

Top-level package.json doesn't parse as JSON because the "urls" list ends with a comma. This PR fixes the problem by removing the comma.

swork commented 9 months ago

Added a commit: "mip install" expects package.json's "deps" field to hold a list of string pairs, rather than bare strings. The second of each pair reflects a version. I don't know if this is a recent change to "mip install", nor whether package.json has uses other than "mip install" that might be broken by this change.