@eco-ds/registry-doctor 0.1.0 → 0.1.1

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 +2 -2
package/README.md CHANGED
@@ -112,7 +112,7 @@ This package is not yet published. When ready:
112
112
  3. Remove the `UNLICENSED` license and add the appropriate license
113
113
  4. Run `npm publish` from `packages/registry-doctor/`
114
114
 
115
- The `publishConfig.access` is set to `"restricted"` — change to `"public"` for public npm.
115
+ The `publishConfig.access` is set to `"public"` for public npm.
116
116
 
117
117
  ---
118
118
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eco-ds/registry-doctor",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "DTN Registry Readiness Checker — diagnoses whether a consuming project is correctly set up to use DTN Design System registry components (EXPERIMENTAL / DRAFT)",
5
5
  "keywords": [
6
6
  "dtn",
@@ -22,7 +22,7 @@
22
22
  "README.md"
23
23
  ],
24
24
  "publishConfig": {
25
- "access": "restricted",
25
+ "access": "public",
26
26
  "registry": "https://registry.npmjs.org"
27
27
  }
28
28
  }