FIX - Package.json: Use proper branches and remotes

pull/8/head
Guillaume Lesniak 2017-03-10 15:41:01 +01:00
parent b9b9721c00
commit c9fd58f0d4
1 changed files with 4 additions and 4 deletions

View File

@ -1,17 +1,17 @@
{ {
"name": "MONARC", "name": "MONARC",
"version": "1.0.0", "version": "1.0.0",
"description": "MONARC Skeleton App", "description": "MONARC Frontoffice App",
"private": true, "private": true,
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/CASES-LU/skeleton.git" "url": "https://github.com/CASES-LU/MonarcAppFO"
}, },
"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_client": "https://github.com/CASES-LU/ng-client#beta" "ng_client": "https://github.com/CASES-LU/ng-client#master"
}, },
"devDependencies": { "devDependencies": {
"grunt": "~0.4.1", "grunt": "~0.4.1",