Skip to content

Commit

Permalink
Updated export prop in package json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roee Shapira committed Feb 18, 2020
1 parent 194e698 commit ffeca1a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
"author": "Roee Shapira",
"sideEffects": false,
"exports": {
".": {
"require": "./packages/lazy-piping.cjs/",
"default": "./packages/lazy-piping.esm/"
}
"import": "./packages/lazy-piping.esm/",
"require": "./packages/lazy-piping.cjs/"
},
"main": "./packages/lazy-piping.cjs/src/index.js",
"module": "./packages/lazy-piping.esm/src/index.js",
Expand Down

0 comments on commit ffeca1a

Please sign in to comment.