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",
|
"name": "vylbot-core",
|
||||||
"version": "2.0.1",
|
"version": "2.0.1",
|
||||||
"description": "A discord client based upon discord.js",
|
"description": "A discord client based upon discord.js",
|
||||||
"main": "./src/index",
|
"main": "./dist/index",
|
||||||
|
"typings": "./dist",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"test:coverage": "jest --coverage",
|
"lint": "eslint .",
|
||||||
"lint": "eslint ."
|
"publish": "np"
|
||||||
},
|
},
|
||||||
"author": "Vylpes",
|
"author": "Vylpes",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Reference in a new issue