ngrx / store-log-monitor

Log Monitor for @ngrx/store-devtools and Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

BrainCrumbz opened this issue · comments

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.

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

Yeah, CONTRIBUTING.md is out of date.

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