Skip to content

Commit

Permalink
Specify ES version under module property and specify sideEffects
Browse files Browse the repository at this point in the history
  • Loading branch information
Richienb committed Apr 14, 2020
1 parent 7621f79 commit c707710
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"version": "3.0.0-beta.4",
"description": "A light-weight module that brings window.fetch to node.js",
"main": "./dist/index.js",
"module": "./src/index.js",
"sideEffects": false,
"exports": {
"import": "./src/index.js",
"require": "./dist/index.js"
Expand Down

0 comments on commit c707710

Please sign in to comment.