register understrap as bower package
Run „bower install under strap —save“ to install understrap as dependency in another project. For example your child theme.
This commit is contained in:
parent
ff0dc514b9
commit
2cabcf7d34
23
bower.json
23
bower.json
|
@ -1,10 +1,22 @@
|
|||
{
|
||||
"name": "understrap",
|
||||
"version": "0.3.2",
|
||||
"version": "0.3.4",
|
||||
"homepage": "http://understrap.com",
|
||||
"authors": [
|
||||
"Holger Könemann <office@holgerkoenemann.de>"
|
||||
"Holger Koenemann <office@holgerkoenemann.de>"
|
||||
],
|
||||
"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"
|
||||
}
|
||||
|
||||
|
||||
|
|
Reference in New Issue