v0.15.0-rc.22

This commit is contained in:
Dessalines 2022-01-09 11:15:51 -05:00
parent 7672f83362
commit 326ad04ed3
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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",