From 714194aadf8ce3fe01adad08744416ffcb472f0a Mon Sep 17 00:00:00 2001 From: Devin Weaver Date: Wed, 31 Jul 2013 10:46:29 -0400 Subject: [PATCH] Moves component.json to bower.json Per the bower README: > NOTE: In versions of Bower before 0.9.0 the package metadata file was > called component.json rather than bower.json. This has changed to > avoid a name clash with another tool. You can still use component.json > for now but it is deprecated and the automatic fallback is likely to > be removed in an upcoming release. --- component.json => bower.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename component.json => bower.json (100%) diff --git a/component.json b/bower.json similarity index 100% rename from component.json rename to bower.json