Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
💥 📦 debounce-handler: publish only CJS for Node, ESM for browsers and…
Browse files Browse the repository at this point in the history
… React Native builds
  • Loading branch information
deepsweet committed Oct 9, 2017
1 parent fb33761 commit e56d273
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions packages/debounce-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@hocs/debounce-handler",
"library": "debounceHandler",
"version": "0.2.1",
"description": "Debounce handler HOC for React",
"keywords": [
Expand All @@ -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 <kir@belevi.ch> (https://github.com/deepsweet)",
Expand Down

0 comments on commit e56d273

Please sign in to comment.