fixed link of dependencies

feature/csv-import-asset-library v2.12.0
Cédric Bonhomme 2022-06-21 16:32:00 +02:00
parent b91e2bfaf3
commit ab95ee6c6e
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 3 additions and 3 deletions

View File

@ -10,11 +10,11 @@
"author": "CASES",
"license": "GNU Affero General Public License version 3",
"dependencies": {
"ng_anr": "git+https://github.com/monarc-project/ng-anr.gitv2.12.0",
"ng_backoffice": "git+https://github.com/monarc-project/ng-backoffice.gitv2.12.0"
"ng_anr": "git+https://github.com/monarc-project/ng-anr.git#v2.12.0",
"ng_backoffice": "git+https://github.com/monarc-project/ng-backoffice.git#v2.12.0"
},
"devDependencies": {
"grunt": "~1.5.3",
"grunt-cli": "~1.4.2"
"grunt-cli": "~1.4.3"
}
}