Add types field to package.json

This commit is contained in:
Gary Wang 2020-08-16 10:39:31 -07:00
parent 7848262c4d
commit d0b1d05123
1 changed files with 2 additions and 1 deletions

View File

@ -1,11 +1,12 @@
{
"name": "@project-serum/serum",
"version": "0.4.2",
"version": "0.4.3",
"description": "Library for interacting with the serum dex",
"license": "MIT",
"repository": "project-serum/serum-js",
"main": "lib/index.js",
"source": "src/index.js",
"types": "lib/index.d.ts",
"engines": {
"node": ">=10"
},