From 1355950d7c54f10ed02c8a8b16db0ae3286ca048 Mon Sep 17 00:00:00 2001 From: Tim Jacomb Date: Mon, 21 Oct 2019 10:38:07 +0100 Subject: [PATCH] Fix publishing (#9) --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ff75f0..b18faab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hmcts/div-test-harness", - "version": "1.0.3", + "version": "1.0.4", "description": "Module used for functional tests to create a case and progress it to a certain state so that other tests can build upon it", "main": "index.js", "scripts": { @@ -25,5 +25,8 @@ "@hmcts/nodejs-logging": "^3.0.0", "request": "^2.88.0", "request-promise-native": "^1.0.5" + }, + "publishConfig": { + "access": "public" } }