From b5bb1e40670ad5b32e810692bbdacf0fa647ed74 Mon Sep 17 00:00:00 2001 From: Ian Rose Date: Sun, 23 Feb 2014 21:10:52 -0500 Subject: [PATCH 1/2] added bower.json --- bower.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..752af71 --- /dev/null +++ b/bower.json @@ -0,0 +1,25 @@ +{ + name: "typesettings", + version: "v1.0.2-beta", + homepage: "https://github.com/ianrose/typesettings", + author: [ + "Ian Rose" + ], + description: "A Sass toolkit that sets type in Ems based on modular scale, vertical rhythm, and responsive ratio based headlines.", + main: "_typesettings.scss", + keywords: [ + "typography", + "design", + "type", + "vertical rhythm", + "modular scale", + "ui" + ], + license: [ + "MIT" + ], + ignore: [ + "component.json", + "sache.json" + ] +} \ No newline at end of file From 36f053f85d534d84519e7e4fdefb367b923bf4a6 Mon Sep 17 00:00:00 2001 From: Ian Rose Date: Sun, 23 Feb 2014 21:23:08 -0500 Subject: [PATCH 2/2] ran bower init --- bower.json | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/bower.json b/bower.json index 752af71..469b302 100644 --- a/bower.json +++ b/bower.json @@ -1,25 +1,29 @@ { - name: "typesettings", - version: "v1.0.2-beta", - homepage: "https://github.com/ianrose/typesettings", - author: [ + "name": "typesettings", + "version": "1.0.2-beta", + "homepage": "https://github.com/ianrose/typesettings", + "authors": [ "Ian Rose" ], - description: "A Sass toolkit that sets type in Ems based on modular scale, vertical rhythm, and responsive ratio based headlines.", - main: "_typesettings.scss", - keywords: [ + "description": "A Sass toolkit that sets type in Ems based on modular scale, vertical rhythm, and responsive ratio based headlines.", + "main": "_typesettings.scss", + "keywords": [ "typography", "design", "type", - "vertical rhythm", - "modular scale", + "vertical", + "rhythm", + "modular", + "scale", "ui" ], - license: [ - "MIT" - ], - ignore: [ - "component.json", + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests", "sache.json" ] -} \ No newline at end of file +}