1.1.0
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Nicolai Ort 2020-12-13 09:50:28 +01:00
parent 1a1d5c5de5
commit f191d9b478
1 changed files with 29 additions and 25 deletions

View File

@ -1,25 +1,29 @@
{
"name": "@odit/lfk-client",
"description": "A lib to interact with https://git.odit.services/lfk/backend",
"version": "1.0.0",
"license": "CC-BY-NC-SA-4.0",
"main": "./dist/index.ts",
"scripts": {
"postversion": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://git.odit.services/lfk/lib"
},
"keywords": [ "odit", "odit.services", "lfk" ],
"author": "ODIT.Services",
"files": [
"**/dist",
"package.json",
"README.md"
],
"bugs": {
"url": "https://git.odit.services/lfk/lib/issues"
},
"homepage": "https://git.odit.services/lfk/lib/"
}
{
"name": "@odit/lfk-client",
"description": "A lib to interact with https://git.odit.services/lfk/backend",
"version": "1.1.0",
"license": "CC-BY-NC-SA-4.0",
"main": "./dist/index.ts",
"scripts": {
"postversion": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://git.odit.services/lfk/lib"
},
"keywords": [
"odit",
"odit.services",
"lfk"
],
"author": "ODIT.Services",
"files": [
"**/dist",
"package.json",
"README.md"
],
"bugs": {
"url": "https://git.odit.services/lfk/lib/issues"
},
"homepage": "https://git.odit.services/lfk/lib/"
}