From 4615dd2cc5ccf6864c2b18ec1ba0d523b5588b4a Mon Sep 17 00:00:00 2001 From: Priyansh Garg Date: Tue, 1 Nov 2022 15:57:23 +0530 Subject: [PATCH] Add access type and description to package.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index cdc22c2..8b57066 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,12 @@ { "name": "@nightwatch/mobile-helper", "version": "0.0.1", - "description": "Mobile helper tool to easily setup mobile requirements", + "description": "Easily setup all the requirements needed to get started with mobile-web testing using Nightwatch.", "main": "dist/index.js", "bin": "./index.js", + "publishConfig": { + "access": "public" + }, "scripts": { "build": "tsc", "dev": "tsc && node dev.js",