We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb1bf4 commit f66f6cdCopy full SHA for f66f6cd
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "open-trivia-db",
3
"version": "2.0.0",
4
- "description": "A wrapper for the Open Trivia Database API. Built with TypeScript, works with VanillaJS.",
+ "description": "A small and simple wrapper for the Open Trivia Database API.",
5
"keywords": [
6
"opentriviadatabase",
7
"opentdb",
@@ -24,10 +24,7 @@
24
"test": "npm run build && npx jest",
25
"prep": "npm run build && npm run test && npm run prettier"
26
},
27
- "files": [
28
- "typings",
29
- "dist"
30
- ],
+ "files": ["dist", "src", "typings"],
31
"repository": {
32
"type": "git",
33
"url": "git+https://github.com/Elitezen/open-trivia-db-wrapper.git"
0 commit comments