Skip to content

Commit f66f6cd

Browse files
author
Elitezen
committed
Updated package.json and dist/
1 parent afb1bf4 commit f66f6cd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "open-trivia-db",
33
"version": "2.0.0",
4-
"description": "A wrapper for the Open Trivia Database API. Built with TypeScript, works with VanillaJS.",
4+
"description": "A small and simple wrapper for the Open Trivia Database API.",
55
"keywords": [
66
"opentriviadatabase",
77
"opentdb",
@@ -24,10 +24,7 @@
2424
"test": "npm run build && npx jest",
2525
"prep": "npm run build && npm run test && npm run prettier"
2626
},
27-
"files": [
28-
"typings",
29-
"dist"
30-
],
27+
"files": ["dist", "src", "typings"],
3128
"repository": {
3229
"type": "git",
3330
"url": "git+https://github.com/Elitezen/open-trivia-db-wrapper.git"

0 commit comments

Comments
 (0)