Skip to content

Commit

Permalink
jaredpalmer#19 Fix pkg.json to allow treeshaking
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Nov 17, 2017
1 parent e51c656 commit e4aa81b
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": "1.0.1",
"description": "Modern React components, hoc's, and utilities functions.",
"main": "dist/index.js",
"module": "dist/index.es6.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest --env=jsdom",
Expand Down

0 comments on commit e4aa81b

Please sign in to comment.