FIX - Package.json: Use proper branches and remote
parent
ee30c9f8d6
commit
d7f10be4a8
|
@ -1,17 +1,17 @@
|
||||||
{
|
{
|
||||||
"name": "MONARC",
|
"name": "MONARC",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "MONARC Skeleton App",
|
"description": "MONARC Skeleton App for Backoffice",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/CASES-LU/skeleton.git"
|
"url": "https://github.com/CASES-LU/MonarcAppBO"
|
||||||
},
|
},
|
||||||
"author": "Netlor",
|
"author": "Netlor",
|
||||||
"license": "Copyright",
|
"license": "Copyright",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ng_anr": "https://github.com/CASES-LU/ng-anr#beta",
|
"ng_anr": "https://github.com/CASES-LU/ng-anr#master",
|
||||||
"ng_backoffice": "https://github.com/CASES-LU/ng-backoffice#beta"
|
"ng_backoffice": "https://github.com/CASES-LU/ng-backoffice#master"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "~0.4.1",
|
"grunt": "~0.4.1",
|
||||||
|
|
Loading…
Reference in New Issue