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

Commit

Permalink
update package description
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam committed Mar 29, 2021
1 parent 374beb7 commit b8e6363
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dxatscale/sfpowerscripts.core",
"version": "10.3.6",
"version": "10.3.7",
"description": "Core Module used by sfpowerscripts",
"main": "lib/index",
"types": "lib/index",
Expand Down
2 changes: 1 addition & 1 deletion packages/sfpowerscripts-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/sfpowerscripts-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@dxatscale/sfpowerscripts",
"description": "Simple wrappers around sfdx commands to help set up CI/CD quickly",
"version": "4.4.9",
"description": "A build system for package based development in Salesforce,delivered as a sfdx plugin that can be implemented in any CI/CD system of choice.Read more about the plugin and details here - https://dxatscale.gitbook.io/sfpowerscripts/",
"version": "4.4.10",
"author": "dxatscale",
"bin": {
"readVars": "./scripts/readVars.sh"
},
"bugs": "https://github.com/Accenture/sfpowerscripts/issues",
"dependencies": {
"@dxatscale/sfpowerscripts.core": "^10.3.6",
"@dxatscale/sfpowerscripts.core": "^10.3.7",
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/errors": "^1",
Expand Down

0 comments on commit b8e6363

Please sign in to comment.