Skip to content

Commit

Permalink
fix: fix .d.ts file not being correctly detected
Browse files Browse the repository at this point in the history
  • Loading branch information
luzzif committed Aug 9, 2020
1 parent bac5984 commit 7e71150
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
"version": "2.10.0",
"description": "A wrapper which can be used to interact with Binance's API. Entirely developed in TypeScript.",
"main": "build/index.js",
"types": "index.d.ts",
"engines": {
"node": ">=8.4.0"
},
"scripts": {
"build": "tsc && cp index.d.ts build",
"build": "tsc",
"lint:code": "eslint \"src/**/*.ts\"",
"lint:prettier": "prettier -l src/**/*.ts",
"lint:commit-message": "commitlint -e",
Expand Down

0 comments on commit 7e71150

Please sign in to comment.