@simplysf/simply-project 1.2.11 → 1.2.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @simplysf/simply-project
2
2
 
3
- [![NPM](https://img.shields.io/npm/v/@simplysf/simply-project?label=@simplysf/simply-project)](https://npmjs.com/@simplysf/simply-project) [![Downloads/week](https://img.shields.io/npm/dw/@simplysf/simply-project.svg)](https://npmjs.com/@simplysf/simply-project) [![License: Apache-2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://raw.githubusercontent.com/SimplySF/simply/main/LICENSE.txt)
3
+ [![NPM](https://img.shields.io/npm/v/@simplysf/simply-project?label=@simplysf/simply-project)](https://npmjs.com/@simplysf/simply-project) [![Downloads/week](https://img.shields.io/npm/dw/@simplysf/simply-project.svg)](https://npmjs.com/@simplysf/simply-project) [![License: Apache-2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://raw.githubusercontent.com/SimplySF/simply-node/main/LICENSE.txt)
4
4
 
5
5
  ## Install
6
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@simplysf/simply-project",
3
3
  "description": "Utilities for working with Salesforce projects",
4
- "version": "1.2.11",
4
+ "version": "1.2.14",
5
5
  "author": "@ClayChipps",
6
6
  "homepage": "https://github.com/SimplySF/simply-node",
7
7
  "bugs": "https://github.com/SimplySF/simply-node/issues",
@@ -202,7 +202,7 @@
202
202
  "output": []
203
203
  },
204
204
  "link-check": {
205
- "command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|localhost|blob/.*/lib/|%s\" --markdown --retry --directory-listing --verbosity error",
205
+ "command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|localhost|example\\.(com|org|net)|github\\.com/SimplySF/simply-node|raw\\.githubusercontent\\.com/SimplySF/simply-node|blob/.*/lib/|%s\" --markdown --retry --directory-listing --verbosity error",
206
206
  "files": [
207
207
  "./*.md",
208
208
  "./!(CHANGELOG).md",
@@ -211,5 +211,5 @@
211
211
  "output": []
212
212
  }
213
213
  },
214
- "gitHead": "e32ed291f9c31bdd80ab0f3f9a7ea3a68bded2a7"
214
+ "gitHead": "d76ea3dd3ca4f6ed17b9231668af1a6569351a0e"
215
215
  }