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" } + +