From c9ff1dd48d822ea1092cba42f82755c71ca31c61 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Tue, 7 May 2013 23:33:22 -0700 Subject: [PATCH] Add Bower manifest file Ignore files that don't need to be installed. --- bower.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..fb5026b --- /dev/null +++ b/bower.json @@ -0,0 +1,12 @@ +{ + "name": "normalize-css", + "version": "2.1.1", + "main": "normalize.css", + "author": "Nicolas Gallagher", + "ignore": [ + "CHANGELOG.md", + "CONTRIBUTING.md", + "component.json", + "test.html" + ] +}