diff --git a/bower.json b/bower.json index 185496b..ed2583d 100644 --- a/bower.json +++ b/bower.json @@ -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" } } diff --git a/package.json b/package.json index 3244fbc..3a47727 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "repository": "https://github.com/NaN-tic/angular-tryton-gantt.git", "license": "GPL", "scripts": { - "postinstall": "bower install", + "postinstall": "bower install" } }