Add main and types to client

This commit is contained in:
Jerko Steiner 2019-01-18 20:57:08 +01:00
parent b8961a0308
commit 6d2907982f

View File

@ -6,5 +6,7 @@
"react-dom": "^16.7.0", "react-dom": "^16.7.0",
"react-redux": "^6.0.0", "react-redux": "^6.0.0",
"redux": "^4.0.1" "redux": "^4.0.1"
} },
"main": "src/index.js",
"types": "src/index.d.ts"
} }