updated grunt

ldap
Cédric Bonhomme 2019-03-18 13:55:24 +01:00
parent 451eb75aca
commit 2253f163a7
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
2 changed files with 2 additions and 32 deletions

View File

@ -14,7 +14,7 @@
"ng_client": "https://github.com/monarc-project/ng-client#master"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.13"
"grunt": "~1.0.3",
"grunt-cli": "~1.3.2"
}
}

View File

@ -1,30 +0,0 @@
{
"packages": {
"monarc/skeleton": {
"dev-master": {
"name": "monarc/skeleton",
"type": "library",
"version": "dev-master",
"description": "Skeleton for Monarc project",
"authors": [
{"name": "Cyril Rouyer", "email": "cyril@netlor.fr"},
{"name": "Guillaume Lesniak", "email": "guillaume@netlor.fr"},
{"name": "Jerôme De Almeida", "email": "jerome.dealmeida@vesperiagroup.com"},
{"name": "Benjamin Ganivet", "email": "benjamin@netlor.fr"},
{"name": "Thomas Metois", "email": "thomas@netlor.fr"},
{"name": "Jérôme Lombardi", "email": "jerome.lombardi@cases.lu"},
{"name": "Juan Rocha", "email": "juan.rocha@cases.lu"},
{"name": "Cédric Bonhomme", "email": "cedric.bonhomme@cases.lu"}
],
"require": {
"php": ">=5.5"
},
"source": {
"url": "https://github.com/monarc-project/skeleton",
"type": "git",
"reference": "master"
}
}
}
}
}