There was a problem fetching the latest pipeline status.
changed version, license, scope
parent
ade79f92
Pipeline
#260
failed
with stages
in
1 minute and 30 seconds
{ | ||
"name": "dacap", | ||
"name": "@ubleipzig/dacap", | ||
"scope": "@bdd_dev", | ||
"version": "1.1.0", | ||
"version": "1.0.0", | ||
"description": "proxies,compresses and caches api-requests", | ||
"main": "bin/dacap", | ||
"bin": { | ||
"dacap": "./bin/dacap" | ||
}, | ||
"directories": { | ||
"doc": "docs", | ||
"lib": "lib", | ||
"test": "test" | ||
}, | ||
"scripts": { | ||
... | ... | @@ -24,7 +26,7 @@ |
"npm-check": "npm-check" | ||
}, | ||
"author": "Ulf Seltmann <ulf.seltmann@uni-leipzig.de>", | ||
"license": "GPL-2.0", | ||
"license": "GPL-3.0", | ||
"dependencies": { | ||
"@angular/common": "^4.3.6", | ||
"@angular/compiler": "^4.3.6", | ||
... | ... | @@ -86,5 +88,14 @@ |
"webpack": "^3.11.0", | ||
"webpack-dev-middleware": "^1.12.0", | ||
"webpack-merge": "^4.1.0" | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@git.sc.uni-leipzig.de:ubl/bdd_dev/dacap.git" | ||
}, | ||
"keywords": [ | ||
"api", | ||
"cache", | ||
"proxy" | ||
] | ||
} |
Please register or sign in to comment