Fixed issue with spelling and uncommited composer.json file

This commit is contained in:
Derek McDaniel 2017-01-24 23:33:06 -05:00
parent 999cf3f114
commit 58f9d640e0
2 changed files with 2 additions and 11 deletions

5
.gitignore vendored
View File

@ -5,6 +5,5 @@ node_modules
release
# Do not include composer products
composer.json
composer.lock
vender/
composer.*
vendor/

View File

@ -1,8 +0,0 @@
{
"require": {
"maknz/slack": "^1.7"
},
"config": {
"bin-dir": "bin"
}
}