Skip to content

Commit

Permalink
Set the output to be the compiled version
Browse files Browse the repository at this point in the history
  • Loading branch information
jarydkrish committed Dec 2, 2017
1 parent c812dfa commit 874f8ec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "harvest-profit-units",
"version": "1.0.0-alpha.2",
"description": "Units helper for Harvest Profit javascript applications",
"main": "src/index.js",
"main": "dist/index.js",
"repository": "https://github.com/HarvestProfit/harvest-profit-units",
"author": "Jaryd Krishnan <[email protected]>",
"license": "MIT",
Expand All @@ -13,6 +13,11 @@
"report-coverage": "coveralls < ./coverage/lcov.info",
"test": "jest test/ --coverage"
},
"files": [
"LICENSE.md",
"README.md",
"dist"
],
"jest": {
"collectCoverageFrom": [
"src/**/!(index).{js,jsx}"
Expand Down

0 comments on commit 874f8ec

Please sign in to comment.