From fd5743f3d9b4482e356057b78a08c0cafda16b5a Mon Sep 17 00:00:00 2001 From: Matt Hughes Date: Mon, 17 Dec 2018 17:40:57 -0500 Subject: [PATCH] minimize what gets published to npm --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e78c49..356997c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@edx/mockprock", - "version": "1.0.1", + "version": "1.0.2", "description": "Mock proctoring backend for Open edX", "main": "static/index.js", "scripts": { @@ -10,6 +10,9 @@ "type": "git", "url": "git+https://github.com/edx/mockprock.git" }, + "files": [ + "/static" + ], "publishConfig": { "access": "public" },