Skip to content

Commit 21a3c93

Browse files
committed
docs(README.md): mention how to upgrade to latest versions
Fixes angular#439
1 parent 5ff1cb4 commit 21a3c93

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ the [Java Development Kit (JDK)][jdk] to be installed on your local machine. Che
190190
If JDK is not already installed, you can download it [here][jdk-download].
191191

192192

193-
## Updating AngularJS
193+
## Updating AngularJS and other dependencies
194194

195195
Since the AngularJS framework library code and tools are acquired through package managers (e.g.
196196
npm) you can use these tools to easily update the dependencies. Simply run the preconfigured script:
@@ -202,6 +202,9 @@ npm run update-deps
202202
This will call `npm update` and `npm run copy-libs`, which in turn will find and install the latest
203203
versions that match the version ranges specified in the `package.json` file.
204204

205+
If you want to update a dependency to a version newer than what the specificed range would permit,
206+
you can change the version range in `package.json` and then run `npm run update-deps` as usual.
207+
205208

206209
## Loading AngularJS Asynchronously
207210

0 commit comments

Comments
 (0)