Merge pull request #347 from selfagency/master - Thx @selfagency !!

Added composer.json
This commit is contained in:
Holger 2017-06-13 08:51:57 +02:00 committed by GitHub
commit 4cea8190c4
2 changed files with 12 additions and 0 deletions

2
.gitignore vendored
View File

@ -11,3 +11,5 @@ dist
dist-product
npm-debug.log
/vendor/

10
composer.json Normal file
View File

@ -0,0 +1,10 @@
{
"name": "holger1411/understrap",
"description": "Combines Automattic´s Underscores Starter Theme and Bootstrap 4",
"type": "library",
"license": "GPL-2.0",
"minimum-stability": "stable",
"require": {},
"keywords": ["wordpress","theme","bootstrap"],
"homepage": "https://github.com/holger1411/understrap"
}