Add index.d.ts to files array in package.json

This commit is contained in:
Johnny Robeson 2019-07-13 23:38:59 -04:00
parent 8bb899ab4b
commit 06b457cf16

View File

@ -18,7 +18,8 @@
"files": [
"lib",
"es",
"src"
"src",
"index.d.ts"
],
"scripts": {
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src/index.js --out-dir lib",