added composer.json
This commit is contained in:
parent
9781c903ae
commit
b5c5472c81
|
@ -11,3 +11,5 @@ dist
|
|||
dist-product
|
||||
|
||||
npm-debug.log
|
||||
|
||||
/vendor/
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"name": "holger1411/understrap",
|
||||
"description": "Combines Automattic´s Underscores Starter Theme and Bootstrap 4",
|
||||
"type": "library",
|
||||
"license": "GPL-2.0",
|
||||
"minimum-stability": "stable",
|
||||
"require": {}
|
||||
}
|
Reference in New Issue