thlorenz / rename-function-calls

Renames function calls, but leaves function definitions unchanged.
MIT License
6 stars 5 forks source link

Update to an npm version of `detective`? #1

Closed geekytime closed 10 years ago

geekytime commented 10 years ago

I'd like to be able to install 'browserify-shim' without having to download modules from GitHub.

Right now browserify-shim depends on rename-function-calls which uses:

"detective": "git://github.com/thlorenz/node-detective#fix-noargs"

Was there a PR against substack/node-detective for your fix-noargs branch?

geekytime commented 10 years ago

Aha! I finally found the PR.

https://github.com/substack/node-detective/pull/29

It looks like an upgrade to detective@2.4.1 or higher would work?

fmal commented 10 years ago

I'd also like to be able to install 'browserify-shim' without having to download from GitHub. Please update.

thlorenz commented 10 years ago

Went out with version 0.1.1. Thanks for reminding me.