Skip to content

Commit 92bc040

Browse files
committed
Add MD-files to package.json
1 parent ff8bb3c commit 92bc040

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
"author": "Patrick Eriksson <[email protected]> (https://github.com/paleite)",
2121
"main": "dist/index.js",
2222
"files": [
23-
"/dist/"
23+
".github/ISSUE_TEMPLATE/feature_request.md",
24+
"/dist/",
25+
"CODE_OF_CONDUCT.md",
26+
"SECURITY.md"
2427
],
2528
"scripts": {
2629
"build": "tsc --build tsconfig.build.json",

0 commit comments

Comments
 (0)