Skip to content

Commit

Permalink
Added typescript dependency & typings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayfri committed Nov 22, 2020
1 parent 737d9db commit 410aa40
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 5 deletions.
30 changes: 26 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"description": "A npm package for fetching messages from a Discord Guild or a Discord Channel.",
"devDependencies": {
"discord.js": "^12.4.0",
"prettier": "^2.1.2"
"prettier": "^2.1.2",
"typescript": "^4.1.2"
},
"engineStrict": true,
"engines": {
Expand All @@ -27,6 +28,7 @@
"trailingComma": "es5",
"useTabs": true
},
"types": "./types/main.d.ts",
"readme": "https://github.com/Ayfri/discord-fetch/blob/main/README.md",
"repository": {
"type": "git",
Expand Down

0 comments on commit 410aa40

Please sign in to comment.