Skip to content

Commit

Permalink
Correct package entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosichert committed Mar 6, 2017
1 parent 4fe2eb3 commit f233a76
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
"name": "react-truncate",
"version": "2.0.5",
"description": "React component for truncating multi-line spans and adding an ellipsis",
"main": "lib/Truncate.js",
"module": "src/Truncate.js",
"main": "lib/Truncate.CommonJS.js",
"module": "lib/Truncate.js",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"compile": "mkdir lib; babel ./src --out-file ./lib/Truncate.js && BABEL_ENV=CommonJS babel ./src --out-file ./lib/Truncate.CommonJS.js",
Expand Down

0 comments on commit f233a76

Please sign in to comment.