From 3c4913d8a3fb30eddbdbdb05b852e797d2771c3d Mon Sep 17 00:00:00 2001 From: Matt Lewis Date: Sat, 25 Jun 2016 13:10:12 +0100 Subject: [PATCH] fix(npm): only publish dist folder to npm Closes #374 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index d0596968..e38d0f05 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,9 @@ "type": "git", "url": "https://github.com/mattlewis92/angular-bootstrap-calendar.git" }, + "files": [ + "dist" + ], "peerDependencies": { "angular": ">=1.3.0", "moment": "2.x.x"