1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +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",
"version": "1.0.0",
"version": "1.0.2",
"scripts": {
"dist": "webpack",
"prepare": "npm run dist"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"keywords": [
"joplin-plugin"

View File

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