1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Releasing sub-packages

This commit is contained in:
Laurent Cozic
2023-11-09 20:04:28 +00:00
parent b06974e104
commit 1cee10ce12
12 changed files with 31 additions and 31 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/plugin-repo-cli",
"version": "2.13.1",
"version": "2.13.2",
"description": "",
"main": "index.js",
"bin": "./dist/index.js",
@ -18,9 +18,9 @@
"author": "",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@joplin/lib": "^2.13.1",
"@joplin/tools": "^2.13.1",
"@joplin/utils": "^2.13.1",
"@joplin/lib": "^2.13.2",
"@joplin/tools": "^2.13.2",
"@joplin/utils": "^2.13.2",
"fs-extra": "11.1.1",
"gh-release-assets": "2.0.1",
"node-fetch": "2.6.7",