This commit is contained in:
Adam Fletcher 2025-04-14 15:36:14 +01:00
parent aed9418dfd
commit 397a567cc7
4 changed files with 6 additions and 5 deletions

View file

@ -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
View file

@ -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"

View file

@ -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": {

View file

@ -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"
}