Skip to content

Commit

Permalink
Merge pull request #6 from karlhorky/patch-1
Browse files Browse the repository at this point in the history
Use module instead of jsnext:main
  • Loading branch information
miracle2k committed Jun 20, 2019
2 parents a817806 + 3043d39 commit 7de4d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.2",
"description": "React component that renders a SVG arrow. Can point in any direction, different styles.",
"main": "index.js",
"jsnext:main": "index.es.js",
"module": "index.es.js",
"repository": "https://github.com/miracle2k/react-arrow.git",
"author": "Michael Elsdörfer <michael@elsdoerfer.com>",
"license": "MIT",
Expand Down

0 comments on commit 7de4d9c

Please sign in to comment.