Merge pull request #179 from liuyuchenzh/master

fix: set 'module' field properly
This commit is contained in:
Va Da 2019-03-27 12:57:21 +01:00 committed by GitHub
commit c7fe040ff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
"version": "6.2.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "lib/es/index.js",
"module": "esm/index.js",
"files": [
"lib/",
"esm/"