Added .git extension for the dependencies in package.json

pull/165/head
Cédric Bonhomme 2019-05-29 08:21:37 +02:00
parent 627caa2548
commit 78bf96e9f8
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
"author": "CASES",
"license": "GNU Affero General Public License version 3",
"dependencies": {
"ng_anr": "git+https://github.com/monarc-project/ng-anr#master",
"ng_client": "git+https://github.com/monarc-project/ng-client#master"
"ng_anr": "git+https://github.com/monarc-project/ng-anr.git#master",
"ng_client": "git+https://github.com/monarc-project/ng-client.git#master"
},
"devDependencies": {
"grunt": "~1.0.3",