Skip to content

Commit e7d338b

Browse files
authored
fix: Improve documentation and package metadata (#9)
* docs: fix docs * fix: add metadata to package.json * chore: update .gitignore to exclude bundle directory
1 parent 8add29c commit e7d338b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,4 @@ dist
175175
.DS_Store
176176
docs/
177177
/.releaserc
178+
bundle/

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
{
22
"name": "@flowscripter/example-plugin",
3+
"description": "Example plugin for the https://github.com/flowscripter/dynamic-plugin-framework",
4+
"repository": "@flowscripter/example-plugin",
5+
"license": "MIT",
6+
"keywords": [
7+
"bun",
8+
"example",
9+
"plugin",
10+
"framework",
11+
"dynamic",
12+
"import"
13+
],
314
"module": "index.ts",
415
"type": "module",
516
"version": "1.0.5",

0 commit comments

Comments
 (0)