Fix: Updated License and path (coscine/issues#1228)
This diff is collapsed.
... | ... | @@ -12,8 +12,8 @@ |
"test:unit": "vue-cli-service test:unit" | ||
}, | ||
"dependencies": { | ||
"@coscine/api-connection": "^1.22.0", | ||
"@coscine/component-library": "^1.3.0", | ||
"@coscine/api-connection": "^1.23.1", | ||
"@coscine/component-library": "^1.4.1", | ||
"@itcenter-layout/bootstrap": "^1.5.5", | ||
"@itcenter-layout/masterpage": "^1.3.0", | ||
"@types/jquery": "^3.5.2", | ||
... | ... | @@ -42,13 +42,13 @@ |
"@vue/cli-service": "^4.5.7", | ||
"@vue/test-utils": "1.1.0", | ||
"chai": "^4.2.0", | ||
"semantic-release": "^17.1.2", | ||
"semantic-release": "^17.3.1", | ||
"typescript": "^4.0.3", | ||
"vue-template-compiler": "^2.6.12" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://git.rwth-aachen.de/coscine/app/login" | ||
"url": "https://git.rwth-aachen.de/coscine/frontend/apps/login.git" | ||
}, | ||
"license": "MIT" | ||
} |