Update package.json

Removed the versions notion for the packages as we don't use it anymore.
feature/dockerized-app
Ruslan Baidan 2022-10-05 17:16:44 +02:00 committed by GitHub
parent 7fe838ddeb
commit bf539fb409
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.git#v2.12.0",
"ng_client": "git+https://github.com/monarc-project/ng-client.git#v2.12.2"
"ng_anr": "git+https://github.com/monarc-project/ng-anr.git",
"ng_client": "git+https://github.com/monarc-project/ng-client.git"
},
"devDependencies": {
"grunt": "~1.5.3",