@skspwork/config-doc 2.3.0-beta.3 → 2.3.0

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skspwork/config-doc",
3
- "version": "2.3.0-beta.3",
3
+ "version": "2.3.0",
4
4
  "description": "Interactive documentation tool for JSON configuration files (appsettings.json)",
5
5
  "keywords": [
6
6
  "config",
@@ -43,7 +43,7 @@
43
43
  "scripts": {
44
44
  "build": "cd packages/web && npm install && npm run build && cd ../.. && node scripts/prepare-standalone.js",
45
45
  "prepublishOnly": "npm run build",
46
- "test:publish": "npm run build && npm pack && npx skspwork-config-doc-2.0.9.tgz",
46
+ "test:publish": "npm run build && npm pack && npx skspwork-config-doc-2.3.0.tgz",
47
47
  "unlink": "npm unlink -g @skspwork/config-doc"
48
48
  }
49
49
  }