From 7173b75d889d0de5bde2f10ed1b2102b75823e03 Mon Sep 17 00:00:00 2001 From: Martin D Date: Fri, 20 May 2016 14:17:23 -0400 Subject: [PATCH 1/2] Create bower.json Manifest file for Bower --- bower.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..e183f4e --- /dev/null +++ b/bower.json @@ -0,0 +1,26 @@ +{ + "name": "simple-drid", + "description": "A lightweight, responsive CSS grid", + "dependencies": {}, + "keywords": [ + "grid", + "css", + "responsive" + ], + "authors": [ + { + "name": "Zach Cole", + "url": "http://zcole.me/", + "email": "zach.a.cole@gmail.com" + } + ], + "licenses": [ + { + "type": "MIT", + "url": "http://www.opensource.org/licenses/mit-license.php" + } + ], + "homepage": "https://github.com/zachacole/Simple-Grid", + "main": "simple-grid.css", + "ignore": [] +} From 6c75bcf51ae794c2456bea4e5bf5453a5fe97ce8 Mon Sep 17 00:00:00 2001 From: Martin D Date: Thu, 2 Jun 2016 21:14:48 -0400 Subject: [PATCH 2/2] Update bower.json Typo in name --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index e183f4e..03be87b 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { - "name": "simple-drid", + "name": "simple-grid", "description": "A lightweight, responsive CSS grid", "dependencies": {}, "keywords": [