1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Fixed publishing toggleSidebars plugin

This commit is contained in:
Laurent Cozic
2021-01-12 12:36:15 +00:00
parent 1b5b2342fc
commit 309a97fb5b
2 changed files with 5 additions and 2 deletions

View File

@@ -1,10 +1,13 @@
{ {
"name": "@joplin/joplin-plugin-toggle-sidebars", "name": "@joplin/joplin-plugin-toggle-sidebars",
"version": "1.0.0", "version": "1.0.2",
"scripts": { "scripts": {
"dist": "webpack", "dist": "webpack",
"prepare": "npm run dist" "prepare": "npm run dist"
}, },
"publishConfig": {
"access": "public"
},
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
"joplin-plugin" "joplin-plugin"

View File

@@ -2,7 +2,7 @@
"manifest_version": 1, "manifest_version": 1,
"id": "org.joplinapp.plugins.ToggleSidebars", "id": "org.joplinapp.plugins.ToggleSidebars",
"app_min_version": "1.6", "app_min_version": "1.6",
"version": "1.0.1", "version": "1.0.2",
"name": "Note list and side bar toggle buttons", "name": "Note list and side bar toggle buttons",
"description": "Adds buttons to toggle note list and sidebar", "description": "Adds buttons to toggle note list and sidebar",
"author": "Laurent Cozic", "author": "Laurent Cozic",