luvit / lit

Toolkit for developing, sharing, and running luvit/lua programs and libraries.
http://lit.luvit.io/
Apache License 2.0
245 stars 58 forks source link

Seemingly unable to remove dependencies in subsequent versions. #167

Closed bakpakin closed 8 years ago

bakpakin commented 8 years ago

When I publish a new version of a package with removed dependencies, they are still listed as dependencies by lit when I install again. Removing the dependency from the dependency list does not seem to remove the deps.

creationix commented 8 years ago

Can you compare the raw metadata for the two versions? An example url is https://lit.luvit.io/packages/creationix/coro-wrapper/v2.0.0

creationix commented 8 years ago

(btw, I highly recommend installing JSONView in your browser if you're going to be working with the API a lot in the browser)

bakpakin commented 8 years ago

Ok, I found my problem. I just forgot to remove a dependency that included the old dependencies. Silly me.