From 88400b65c2e3a87b9c8055b32fa5092b9728c5d6 Mon Sep 17 00:00:00 2001 From: Yannick Galatol Date: Wed, 8 Feb 2017 15:39:50 +0100 Subject: [PATCH] Fix the files to publish from src to lib --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69e1006..72993ef 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "bump:major": "npm run tslint && npm run build && npm version major && git push --tags origin master && npm publish" }, "files": [ - "src", + "lib", "dist", "README.md" ],