From 3b407710897905c6107c03d44099d0c120677213 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Thu, 26 Apr 2012 19:04:06 +0200 Subject: [PATCH] [docs] Remove false information about recursive include fields --- doc/05-repositories.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/05-repositories.md b/doc/05-repositories.md index 48a253128..894e35230 100644 --- a/doc/05-repositories.md +++ b/doc/05-repositories.md @@ -121,8 +121,8 @@ This field is optional. #### includes For large repositories it is possible to split the `packages.json` into -multiple files. The `includes` field from the root `packages.json` allows you -to reference these additional files. +multiple files. The `includes` field allows you to reference these additional +files. An example: @@ -141,8 +141,7 @@ An example: } The SHA-1 sum of the file allows it to be cached and only re-requested if the -hash changed. Do note that `includes` are not resolved recursively, they can -only be specified in the root `packages.json`. +hash changed. This field is optional. You probably don't need it for your own custom repository.