Added types to package.json.

This commit is contained in:
Richard Moore 2018-06-21 17:57:33 -04:00
parent 6de0a765c9
commit 342be430cb
No known key found for this signature in database
GPG Key ID: 525F70A6FCABC295

@ -2,7 +2,8 @@
"name": "ethers",
"version": "4.0.0",
"description": "Ethereum wallet library.",
"main": "index.js",
"main": "./src/index.js",
"types": "./dist/ethers.d.ts",
"scripts": {
"build": "tsc -p ./tsconfig.json",
"auto-build": "npm run build -- -w",