Skip to content

Commit

Permalink
fix: configure package.json#main
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikurn committed Apr 26, 2018
1 parent 6b7e439 commit b37f7de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "react-stagger",
"version": "0.0.0-semantically-released",
"description": "React component for staggered rendering.",
"main": "dist/index.js",
"main": "dist/react-stagger.cjs.js",
"jsnext:main": "dist/react-stagger.esm.js",
"module": "dist/react-stagger.esm.js",
"engines": {
"node": ">=8",
"npm": ">=5"
Expand Down

0 comments on commit b37f7de

Please sign in to comment.