Skip to content

Commit fd8d1a5

Browse files
committed
rename plugin and change id
1 parent 02540cc commit fd8d1a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

esbuild.dev.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const context = await esbuild.context({
4848
logLevel: 'info',
4949
sourcemap: 'inline',
5050
treeShaking: true,
51-
outdir: 'exampleVault/.obsidian/plugins/obsidian-js-engine-plugin/',
51+
outdir: 'exampleVault/.obsidian/plugins/js-engine/',
5252
outbase: 'src',
5353
plugins: [
5454
copy({

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"id": "obsidian-js-engine-plugin",
3-
"name": "JS Engine Plugin",
2+
"id": "js-engine",
3+
"name": "JS Engine",
44
"version": "0.0.2",
55
"minAppVersion": "1.3.5",
66
"description": "Run JavaScript from within your notes.",

0 commit comments

Comments
 (0)