Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Commit c34be39

Browse files
author
azlam-abdulsalam
committed
chore(npm): add acess info to new packages
1 parent 70c1ee2 commit c34be39

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

packages/apexlink/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@dxatscale/apexlink",
33
"version": "0.0.3",
44
"description": "Wrappers around @nawforce's apexlink java pom ",
5-
"author": "azlam-abdulsalam <azlam.abdulsalam@accenture.com>",
5+
"author": "dxatscale",
66
"homepage": "https://github.com/dxatscale/sfpowerscripts",
77
"license": "MIT",
88
"main": "lib/index",
@@ -32,6 +32,9 @@
3232
"type": "git",
3333
"url": "git+https://github.com/dxatscale/sfpowerscripts.git"
3434
},
35+
"publishConfig": {
36+
"access": "public"
37+
},
3538
"scripts": {
3639
"build": "npm run clean && npm run compile",
3740
"clean": "rimraf ./lib && rimraf tsconfig.tsbuildinfo",

packages/sfdx-process-wrapper/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@dxatscale/sfdx-process-wrapper",
33
"version": "0.0.3",
44
"description": "Wraps around SFDXCommand to exeute it using a subprocess",
5-
"author": "azlam-abdulsalam <azlam.abdulsalam@accenture.com>",
5+
"author": "dxatscale",
66
"homepage": "https://github.com/dxatscale/sfpowerscripts#readme",
77
"license": "MIT",
88
"main": "lib/index",
@@ -26,6 +26,9 @@
2626
"type": "git",
2727
"url": "git+https://github.com/dxatscale/sfpowerscripts.git"
2828
},
29+
"publishConfig": {
30+
"access": "public"
31+
},
2932
"scripts": {
3033
"build": "npm run clean && npm run compile",
3134
"clean": "rimraf ./lib && rimraf tsconfig.tsbuildinfo",

0 commit comments

Comments
 (0)