1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Add charcoal-legacy as dependency

This commit is contained in:
Mathieu Ducharme
2015-03-13 17:48:42 -04:00
parent 078382ef3e
commit 467c715470
2 changed files with 16 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
project-x/modules/boilerplate/node_modules/ project-x/modules/boilerplate/node_modules/
vendor vendor
composer.lock composer.lock
www/charcoal

View File

@@ -1,5 +1,18 @@
{ {
"minimum-stability":"stable",
"require": { "require": {
"league/climate": "~3.0" "league/climate": "~3.0",
} "locomotivemtl/charcoal-composer-installer":"@dev",
"locomotivemtl/charcoal-legacy": "@dev"
},
"repositories":[
{
"type":"vcs",
"url":"https://github.com/mducharme/charcoal-composer-installer"
},
{
"type":"vcs",
"url":"https://github.com/locomotivemtl/charcoal-legacy"
}
]
} }