Version bump
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Nicolai Ort 2020-12-22 15:36:38 +01:00
parent 52ac2efc67
commit a3e2a27ba9
2 changed files with 7 additions and 7 deletions

View File

@ -34,12 +34,12 @@ steps:
remote: git@git.odit.services:lfk/lfk-client-node.git
ssh_key:
from_secret: GITLAB_SSHKEY
# - name: npm
# image: plugins/npm
# settings:
# token:
# from_secret: NPM_TOKEN
# email: info@odit.services
- name: npm
image: plugins/npm
settings:
token:
from_secret: NPM_TOKEN
email: info@odit.services
trigger:
event:

View File

@ -1,7 +1,7 @@
{
"name": "@odit/lfk-client-node",
"description": "A lib to interact with https://git.odit.services/lfk/backend. Use this version for NodeJS applications.",
"version": "0.0.3",
"version": "0.0.4",
"license": "CC-BY-NC-SA-4.0",
"main": "./dist/index.js",
"repository": {