fix configuration files, miss ','

This commit is contained in:
Angel Alvarez 2014-09-19 12:43:26 +02:00
parent 36c7cd12d2
commit 97dfcc5c38
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
"html5-boilerplate": "~4.3.0",
"ngstorage": "~0.3.0",
"gantt": "3.0.x",
"angular-tryton": "https://github.com/openlabs/angular-tryton.git"
"angular-tryton": "https://github.com/openlabs/angular-tryton.git",
"angular-tryton-login": "https://github.com/NaN-tic/angular-tryton-login.git"
}
}

View File

@ -6,6 +6,6 @@
"repository": "https://github.com/NaN-tic/angular-tryton-gantt.git",
"license": "GPL",
"scripts": {
"postinstall": "bower install",
"postinstall": "bower install"
}
}