From 2cabcf7d34c9c8620647e8e4ff0010373de4b4a4 Mon Sep 17 00:00:00 2001 From: koenemann Date: Tue, 15 Sep 2015 15:30:54 +0200 Subject: [PATCH] register understrap as bower package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Run „bower install under strap —save“ to install understrap as dependency in another project. For example your child theme. --- bower.json | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 2ff4869..59a59f0 100644 --- a/bower.json +++ b/bower.json @@ -1,10 +1,22 @@ { "name": "understrap", - "version": "0.3.2", + "version": "0.3.4", "homepage": "http://understrap.com", "authors": [ - "Holger Könemann " + "Holger Koenemann " ], + "description": "UnderStrap is a Bootstrap and underscores based WordPress theme framework.", + "moduleType": "globals", + "main": [ + "sass/theme.scss" + ], + "keywords": [ + "bootstrap", + "underscores", + "wordpress", + "_s", + "sass" + ], "license": "MIT", "ignore": [ "**/.*", @@ -18,5 +30,10 @@ "fontawesome": "~4.4.0", "_s": "https://github.com/Automattic/_s.git", "OwlCarousel2": "~2.0.0-beta.3" - } + }, + "_source": "https://github.com/holger1411/understrap.git", + "_target": "~0.3.4", + "_originalSource": "understrap" } + +