fix: fix reference to types in package.json (#135)

This commit is contained in:
Jeppe Reinhold
2019-05-28 11:01:42 +02:00
parent 4b3dc26f8a
commit 0a961ff495

View File

@@ -5,7 +5,7 @@
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"react-native": "lib/module/index.js",
"typescript": "lib/typescript/index.d.ts",
"types": "lib/typescript/index.d.ts",
"sideEffects": false,
"files": [
"src",