Skip to content

Commit d2c7959

Browse files
committed
Added npm bin for each plugin
1 parent 07c9eeb commit d2c7959

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131
"files": [
3232
"plugins/"
3333
],
34+
"bin": {
35+
"flibbles_relink": "plugins/relink",
36+
"flibbles_relink-fieldnames": "plugins/relink-fieldnames",
37+
"flibbles_relink-markdown": "plugins/relink-markdown",
38+
"flibbles_relink-titles": "plugins/relink-titles",
39+
"flibbles_relink-variables": "plugins/relink-variables"
40+
},
3441
"dependencies": {
3542
"tiddlywiki": "^5.1.22"
3643
},

0 commit comments

Comments
 (0)