Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move underscore from "dependencies" to "devDependencies". #7

Open
bolinfest opened this issue Apr 26, 2015 · 0 comments · May be fixed by #16
Open

Move underscore from "dependencies" to "devDependencies". #7

bolinfest opened this issue Apr 26, 2015 · 0 comments · May be fixed by #16

Comments

@bolinfest
Copy link

According to your package.json, this package has a dependency on underscore ~1.4.4, but looking through your lib/ directory, the only file that require()'s it is avltree.js, but I don't see it used in there.

It looks like it is used in your test directory, though, so I think you still need it in "devDependencies" (and would then have to remove _ = require('underscore') from avltree.js).

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

Successfully merging a pull request may close this issue.

1 participant