add index.d.ts into files field on package.json (#576)

This commit is contained in:
Takashi Fujita
2017-10-10 11:56:41 -04:00
committed by Yoshua Wuyts
parent 5305fe6dfe
commit bfb9ed7625
+1
View File
@@ -5,6 +5,7 @@
"main": "index.js", "main": "index.js",
"files": [ "files": [
"index.js", "index.js",
"index.d.ts",
"html/index.js", "html/index.js",
"html/raw.js", "html/raw.js",
"dist", "dist",