I am currently using a fantastic seed project.
My issue lies in the fact that it is built with angular 1.5.0, and I wish to upgrade it to version 1.6.0
I have successfully upgraded the dependencies in the package.json file, however, I am facing issues with typings -
Within the project, I can find the following definitions (typings.json)
{
"globalDependencies": {
"angular": "registry:dt/angular#1.5.0+20160517064839",
The dilemma I face is - where do these 20160517064839 numbers come from? I believe there must be a command like:
typings install [email protected]
However, I have been unable to locate it anywhere...
Grateful for any insights.