@simplysf/simply-project 1.2.18 → 1.2.19

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 (1) hide show
  1. package/package.json +3 -14
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.18",
4
+ "version": "1.2.19",
5
5
  "author": "@ClayChipps",
6
6
  "homepage": "https://github.com/SimplySF/simply-node",
7
7
  "bugs": "https://github.com/SimplySF/simply-node/issues",
@@ -81,7 +81,6 @@
81
81
  "compile": "wireit",
82
82
  "fix-license": "eslint src test --fix --rule \"header/header: [2]\"",
83
83
  "format": "wireit",
84
- "link-check": "wireit",
85
84
  "lint": "wireit",
86
85
  "readme": "oclif readme --no-aliases",
87
86
  "test": "wireit",
@@ -142,8 +141,7 @@
142
141
  "test:only",
143
142
  "test:command-reference",
144
143
  "lint",
145
- "test:json-schema",
146
- "link-check"
144
+ "test:json-schema"
147
145
  ]
148
146
  },
149
147
  "test:command-reference": {
@@ -200,16 +198,7 @@
200
198
  "!*.nut.ts"
201
199
  ],
202
200
  "output": []
203
- },
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|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
- "files": [
207
- "./*.md",
208
- "./!(CHANGELOG).md",
209
- "messages/**/*.md"
210
- ],
211
- "output": []
212
201
  }
213
202
  },
214
- "gitHead": "9f306290cf56e9d59bb54dcd209d84fddb0adabb"
203
+ "gitHead": "792b24becba486af530a5dde0f4973582fced7e1"
215
204
  }