Add typings
This commit is contained in:
parent
7c85aec971
commit
acde8b0ccf
1 changed files with 4 additions and 3 deletions
|
@ -2,12 +2,13 @@
|
|||
"name": "vylbot-core",
|
||||
"version": "2.0.1",
|
||||
"description": "A discord client based upon discord.js",
|
||||
"main": "./src/index",
|
||||
"main": "./dist/index",
|
||||
"typings": "./dist",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"test": "jest",
|
||||
"test:coverage": "jest --coverage",
|
||||
"lint": "eslint ."
|
||||
"lint": "eslint .",
|
||||
"publish": "np"
|
||||
},
|
||||
"author": "Vylpes",
|
||||
"license": "MIT",
|
||||
|
|
Reference in a new issue