Update package.json
Removed the versions notion for the packages as we don't use it anymore.feature/dockerized-app
parent
7fe838ddeb
commit
bf539fb409
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue