This commit is contained in:
parent
52ac2efc67
commit
a3e2a27ba9
12
.drone.yml
12
.drone.yml
@ -34,12 +34,12 @@ steps:
|
|||||||
remote: git@git.odit.services:lfk/lfk-client-node.git
|
remote: git@git.odit.services:lfk/lfk-client-node.git
|
||||||
ssh_key:
|
ssh_key:
|
||||||
from_secret: GITLAB_SSHKEY
|
from_secret: GITLAB_SSHKEY
|
||||||
# - name: npm
|
- name: npm
|
||||||
# image: plugins/npm
|
image: plugins/npm
|
||||||
# settings:
|
settings:
|
||||||
# token:
|
token:
|
||||||
# from_secret: NPM_TOKEN
|
from_secret: NPM_TOKEN
|
||||||
# email: info@odit.services
|
email: info@odit.services
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@odit/lfk-client-node",
|
"name": "@odit/lfk-client-node",
|
||||||
"description": "A lib to interact with https://git.odit.services/lfk/backend. Use this version for NodeJS applications.",
|
"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",
|
"license": "CC-BY-NC-SA-4.0",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Reference in New Issue
Block a user