Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

tsd should be devDependency and not a dependency #159

Closed
IgorMinar opened this issue May 14, 2015 · 0 comments
Closed

tsd should be devDependency and not a dependency #159

IgorMinar opened this issue May 14, 2015 · 0 comments

Comments

@IgorMinar
Copy link
Contributor

Since tsd is now a dependency in package.json all projects that depend on ts2dart have to install it. tsd and it's dependencies are quite sizable so that's far from ideal.

Making tsd a devDependency resolves this issue because devDependencies are not part of the transitive closure of dependencies in a project that uses ts2dart.

Note: I know that this complicates the publish process, but maybe replacing that with a shell script or some task runner would be a better choice.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants