mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-22 12:21:12 +00:00
v0.15.0-rc.22
This commit is contained in:
parent
7672f83362
commit
326ad04ed3
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ steps:
|
|||
image: node:17-alpine
|
||||
commands:
|
||||
|
||||
- npm config set //registry.npmjs.org/:_authToken "{NPM_TOKEN""
|
||||
- npm config set //registry.npmjs.org/:_authToken "NPM_TOKEN""
|
||||
- echo "registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
|
||||
- npm publish
|
||||
environment:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "lemmy-js-client",
|
||||
"description": "A javascript / typescript client for Lemmy",
|
||||
"version": "0.15.0-rc.21",
|
||||
"version": "0.15.0-rc.22",
|
||||
"author": "Dessalines <tyhou13@gmx.com>",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/index.js",
|
||||
|
|
Loading…
Reference in a new issue