Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
Use "module" in addition to "jsnext:main"
Browse files Browse the repository at this point in the history
  • Loading branch information
billiegoose authored and danez committed Dec 18, 2017
1 parent a551d3a commit 0ca9fe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "3.0.2",
"description": "Seamless integration between Rollup and Babel.",
"main": "dist/rollup-plugin-babel.cjs.js",
"module": "dist/rollup-plugin-babel.es.js",
"jsnext:main": "dist/rollup-plugin-babel.es.js",
"files": [
"src",
Expand Down

0 comments on commit 0ca9fe7

Please sign in to comment.