Skip to content

Commit 745f979

Browse files
author
Elitezen
committed
Fixed dist/ output
1 parent ded37df commit 745f979

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
"test": "npm run build && npx jest",
2525
"prep": "npm run build && npm run test && npm run prettier"
2626
},
27-
"files": ["dist", "typings"],
27+
"files": [
28+
"dist",
29+
"typings"
30+
],
2831
"repository": {
2932
"type": "git",
3033
"url": "git+https://github.com/Elitezen/open-trivia-db-wrapper.git"

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"outDir": "./dist",
77
"strict": true,
88
},
9+
"include": ["src/", "index.ts"],
910
"exclude": [
1011
"node_modules/",
1112
"dist/"

0 commit comments

Comments
 (0)