Fix w/ version bump
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nicolai Ort 2020-12-13 19:44:52 +01:00
parent 5990beb211
commit 563a2241e4
1 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@odit/lfk-client",
"description": "A lib to interact with https://git.odit.services/lfk/backend",
"version": "0.0.1",
"version": "0.0.2",
"license": "CC-BY-NC-SA-4.0",
"main": "./dist/index.js",
"repository": {
@ -33,10 +33,12 @@
"devDependencies": {
"@types/node": "^14.14.13",
"@types/node-fetch": "^2.5.7",
"form-data": "^3.0.0",
"node-fetch": "^2.6.1",
"openapi-typescript-codegen": "^0.7.0",
"rimraf": "^3.0.2",
"typescript": "^4.1.3"
},
"dependencies": {
"form-data": "^3.0.0",
"node-fetch": "^2.6.1"
}
}