diff --git a/.npmrc b/.npmrc index b973752..90a9959 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,3 @@ -tag-version-prefix="" \ No newline at end of file +shamefully-hoist=true +auto-install-peers=true +shared-workspace-lockfile=false \ No newline at end of file diff --git a/lcontent-farm.code-workspace b/lcontent-farm.code-workspace deleted file mode 100644 index ef9f5d2..0000000 --- a/lcontent-farm.code-workspace +++ /dev/null @@ -1,7 +0,0 @@ -{ - "folders": [ - { - "path": "." - } - ] -} \ No newline at end of file diff --git a/main.ts b/main.ts index 2d07212..8562a63 100644 --- a/main.ts +++ b/main.ts @@ -17,9 +17,9 @@ export default class MyPlugin extends Plugin { await this.loadSettings(); // This creates an icon in the left ribbon. - const ribbonIconEl = this.addRibbonIcon('dice', 'Sample Plugin', (evt: MouseEvent) => { + const ribbonIconEl = this.addRibbonIcon('dice', 'Content Farm', (evt: MouseEvent) => { // Called when the user clicks the icon. - new Notice('This is a notice!'); + new Notice('This is Lossless notice!'); }); // Perform additional things with the ribbon ribbonIconEl.addClass('my-plugin-ribbon-class'); @@ -31,7 +31,7 @@ export default class MyPlugin extends Plugin { // This adds a simple command that can be triggered anywhere this.addCommand({ id: 'open-sample-modal-simple', - name: 'Open sample modal (simple)', + name: 'Open new modal (simple)', callback: () => { new SampleModal(this.app).open(); } diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index a05de81..0000000 Binary files a/package-lock.json and /dev/null differ diff --git a/package.json b/package.json index 6a00766..28a15f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "obsidian-sample-plugin", - "version": "1.0.0", + "name": "content-farm", + "version": "0.0.0.1", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { @@ -8,8 +8,8 @@ "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", "version": "node version-bump.mjs && git add manifest.json versions.json" }, - "keywords": [], - "author": "", + "keywords": ["Obsidian", "Plugin", "Content-Farm", "AI"], + "author": "The Lossless Group", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml new file mode 100644 index 0000000..dd8e93d Binary files /dev/null and b/pnpm-lock.yaml differ diff --git a/versions.json b/versions.json index 26382a1..ccd7de5 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.0.0": "0.15.0" + "0.0.0.1": "0.15.0" }