mirror of
https://github.com/adamfletcher/obsidian-cut-the-fluff.git
synced 2026-07-22 05:46:18 +00:00
0.1.4
This commit is contained in:
parent
aed9418dfd
commit
397a567cc7
4 changed files with 6 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "cut-the-fluff",
|
||||
"name": "Cut The Fluff",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Make your writing clearer by checking for unnecessary complexity and clutter. ",
|
||||
"author": "Adam Fletcher",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "cut-the-fluff",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "cut-the-fluff",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@codemirror/language": "^6.11.0"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cut-the-fluff",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"description": "Make your writing clearer by checking for unnecessary complexity and clutter.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -2,5 +2,6 @@
|
|||
"0.1.0": "0.15.0",
|
||||
"0.1.1": "0.15.0",
|
||||
"0.1.2": "0.15.0",
|
||||
"0.1.3": "0.15.0"
|
||||
"0.1.3": "0.15.0",
|
||||
"0.1.4": "0.15.0"
|
||||
}
|
||||
Loading…
Reference in a new issue