From a77d520f41c2f4d114706d7692e2fa94d6f576f5 Mon Sep 17 00:00:00 2001 From: felipe Date: Wed, 8 Mar 2017 11:48:56 +0100 Subject: [PATCH] add the build files to the npm package --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index f6044de0fe..3b7107b055 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,10 @@ "prepublishOnly": "tsc -p ts", "lint": "tslint --project ./ts" }, + "files": [ + "ts", + "build" + ], "repository": { "type": "git", "url": "git+https://github.com/dolanmiu/docx.git"