1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-15 18:11:42 +04:00

Merge pull request #46 from roanvanbao/master

Support composer
This commit is contained in:
Paweł Kuna
2018-04-04 11:50:50 +02:00
committed by GitHub
2 changed files with 16 additions and 0 deletions
+1
View File
@@ -16,3 +16,4 @@ generated-site
deploy-site
/commits.sh
/assets/css/
/vendor/
+15
View File
@@ -0,0 +1,15 @@
{
"name": "tabler/tabler",
"description": "Premium and Open Source dashboard template with responsive and high quality UI. For Free!",
"type": "library",
"license": "MIT",
"require": {},
"require-dev": {},
"autoload": {},
"authors": [
{
"name": "codecalm",
"email": "codecalm@gmail.com"
}
]
}