Skip to content

Commit

Permalink
Add access type and description to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed Nov 1, 2022
1 parent ba29621 commit 4615dd2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4615dd2

Please sign in to comment.