ngrx / store-log-monitor

Log Monitor for @ngrx/store-devtools and Angular
MIT License
63 stars 18 forks source link

docs/deps: typings not mentioned as global prerequisite nor local dependency #5

Closed BrainCrumbz closed 7 years ago

BrainCrumbz commented 7 years ago

When trying to setup this project for first time build, CONTRIBUTING.md mentions to run typings install after npm install. Only to find that typings command could not be found.

It'd more helpful to contributors if typings was mentioned as a prerequisite to be globally installed or, as an (preferred?) alternative, was listed under package.json dependencies.

BrainCrumbz commented 7 years ago

Actually, it looks like typings.json is not there at all, so maybe contributing instructions need an update.

MikeRyanDev commented 7 years ago

Yeah, CONTRIBUTING.md is out of date.

BrainCrumbz commented 7 years ago

Finding out now, also about that "clean" script or something similar.