From 874f8ecb593333e03999f3f298880066616ce44e Mon Sep 17 00:00:00 2001 From: Jaryd Krishnan Date: Sat, 2 Dec 2017 16:49:31 -0600 Subject: [PATCH] Set the output to be the compiled version --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 74aaa1a..b47fed4 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "MIT", @@ -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}"