You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-13 22:12:50 +02:00
Tools: Fixed config of demo plugins
This commit is contained in:
@@ -24,4 +24,4 @@
|
||||
"webpack-cli": "^3.3.11",
|
||||
"chalk": "^4.1.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -6,8 +6,5 @@
|
||||
"version": "1.0.0",
|
||||
"author": "CalebJohn",
|
||||
"app_min_version": "1.4",
|
||||
"homepage_url": "joplinapp.org",
|
||||
"content_scripts": [
|
||||
"joplinMatchHighlighter"
|
||||
]
|
||||
"homepage_url": "joplinapp.org"
|
||||
}
|
||||
|
@@ -1,3 +1,5 @@
|
||||
{
|
||||
"extraScripts": []
|
||||
"extraScripts": [
|
||||
"markdownItTestPlugin.ts"
|
||||
]
|
||||
}
|
@@ -6,8 +6,5 @@
|
||||
"description": "",
|
||||
"version": "1.0.0",
|
||||
"author": "",
|
||||
"homepage_url": "",
|
||||
"content_scripts": [
|
||||
"markdownItTestPlugin"
|
||||
]
|
||||
"homepage_url": ""
|
||||
}
|
||||
|
Reference in New Issue
Block a user