fix: add missing types in package

Signed-off-by: getlarge <ed@getlarge.eu>
This commit is contained in:
getlarge 2021-03-10 16:15:20 +01:00
parent d29b9c2566
commit 9b395c14a6
No known key found for this signature in database
GPG Key ID: E4E13243600F9566
1 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,8 @@
"license": "Apache-2.0",
"author": "BigchainDB",
"files": [
"dist"
"dist",
"types"
],
"main": "./dist/node/index.js",
"browser": "./dist/browser/bigchaindb-driver.cjs2.min.js",
@ -77,7 +78,7 @@
"buffer": "^6.0.3",
"clone": "^2.1.2",
"core-js": "^3.9.1",
"crypto-conditions": "^2.1.1",
"crypto-conditions": "2.1.1",
"decamelize": "^5.0.0",
"es6-promise": "^4.2.8",
"fetch-ponyfill": "^7.1.0",