angular-redux / ng-redux

Angular bindings for Redux
MIT License
1.16k stars 177 forks source link

feat(scripts): Use NPM path resolution over custom paths to binaries #146

Closed AntJanus closed 7 years ago

AntJanus commented 7 years ago

The ./node_modules/.bin works fine; however, it's preferred to use npm bin. Unfortunately \npm bin`doesn't work on Windows machines so I'm switching to just using the binaries directly. The upside of doing that is that NPM automatically prepends PATH with./node_modules/.bin` contents so there is no reason to refer to them directly.