You've already forked joplin
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:
@@ -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"
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user