diff --git a/packages/debounce-handler/package.json b/packages/debounce-handler/package.json index 465bc0c..de29f84 100644 --- a/packages/debounce-handler/package.json +++ b/packages/debounce-handler/package.json @@ -1,6 +1,5 @@ { "name": "@hocs/debounce-handler", - "library": "debounceHandler", "version": "0.2.1", "description": "Debounce handler HOC for React", "keywords": [ @@ -9,12 +8,11 @@ "recompose", "debounce" ], - "main": "lib/index.js", - "module": "es/index.js", + "main": "build/node-cjs/index.js", + "browser": "build/browser-esm/index.js", + "react-native": "build/react-native/index.js", "files": [ - "dist/", - "es/", - "lib/" + "build/" ], "repository": "deepsweet/hocs", "author": "Kir Belevich (https://github.com/deepsweet)",