Point to types in package.json (#863)

This commit is contained in:
Elliot Lee
2018-03-06 23:15:55 -08:00
committed by GitHub
parent 2ea22a099e
commit c175e3f58e

View File

@@ -8,6 +8,7 @@
"build/*"
],
"main": "dist/npm/",
"types": "dist/npm/index.d.ts",
"browser": {
"ws": "./dist/npm/common/wswrapper.js"
},