From 7f8677d410e61ea9e8971258bfdec57aab0d8906 Mon Sep 17 00:00:00 2001 From: Steve Buzonas Date: Sat, 18 Apr 2015 21:17:19 -0400 Subject: [PATCH] fixed tabs to spaces in doc --- doc/04-schema.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/04-schema.md b/doc/04-schema.md index be1303b2a..3166f8762 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -830,9 +830,9 @@ preferred-install Example: "config": { "preferred-install": { "my-organization/stable-package": "dist", - "my-organization/*": "source", - "partner-organization/*": "auto", - "*": "dist" + "my-organization/*": "source", + "partner-organization/*": "auto", + "*": "dist" } } }