chore(package): fix path to main, module and types

This commit is contained in:
Dan Bucholtz
2017-12-07 21:52:07 -06:00
parent 691d667780
commit c9c8da7bce

View File

@@ -25,9 +25,9 @@
"deploy": "np --any-branch",
"tsc": "tsc -p ."
},
"main": "./dist/src/index.js",
"module": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/"
],