diff --git a/esbuild.config.mjs b/esbuild.config.mjs index 01d7689..4357eac 100644 --- a/esbuild.config.mjs +++ b/esbuild.config.mjs @@ -8,7 +8,7 @@ if you want to view the source, please visit the github repository of this plugi */ `; -const prod = process.argv[3] === "production"; +const prod = process.argv[2] === "production"; const context = await esbuild.context({ banner: { diff --git a/src/manifest.json b/src/manifest.json index ce28aa5..656fa44 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "id": "crosslink-advanced", "name": "Crosslink Advanced", "version": "1.0.0", - "minAppVersion": "0.15.0", + "minAppVersion": "1.8.0", "description": "Tag files using folders and symlinks system (ftags).", "author": "d7sd6u", "authorUrl": "https://github.com/d7sd6u", diff --git a/src/styles.css b/src/styles.css index 3576e07..87d1c7e 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1,12 +1,3 @@ -/* - -This CSS file will be included with your plugin, and -available in the app when your plugin is enabled. - -If your plugin does not need CSS, delete this file. - -*/ - .prompt-input-cta { padding: var(--size-4-3); gap: var(--size-4-1);