Commit 63883452 authored by LongLD's avatar LongLD

feat: include additional markdown files in package distribution

parent 70c14761
...@@ -9,7 +9,12 @@ ...@@ -9,7 +9,12 @@
}, },
"files": [ "files": [
"dist", "dist",
"bin" "bin",
"*.md",
"backend/*.md",
"frontend/*.md",
"style/*.md",
"testing/*.md"
], ],
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment