diff --git a/manifest.json b/manifest.json index 289d17f..3dc0180 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "macro-plugin", "name": "Macros", - "version": "0.0.1", + "version": "0.1.0", "minAppVersion": "0.12.11", "description": "Group multiple Commands into one Macro.", "author": "phibr0", diff --git a/package.json b/package.json index cf8ee18..50691ca 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "main.js", "scripts": { "dev": "esbuild src/main.ts --bundle --external:obsidian --format=cjs --outfile=main.js --watch", - "build": "esbuild src/main.ts --bundle --external:obsidian --format=cjs --outfile=main.js" + "build": "rollup --config rollup.config.js --environment BUILD:production" }, "keywords": [], "author": "",