@ai-dev-tools/csharp-copilot-core 0.0.29 → 0.0.30
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.
- package/ReadMe.md +1 -1
- package/package.json +1 -1
package/ReadMe.md
CHANGED
|
@@ -141,7 +141,7 @@ This will:
|
|
|
141
141
|
```bash
|
|
142
142
|
npm logout
|
|
143
143
|
npm login --registry=https://registry.npmjs.org/
|
|
144
|
-
npm publish --registry https://registry.npmjs.org/ --access public
|
|
144
|
+
npm publish --registry https://registry.npmjs.org/ --access public
|
|
145
145
|
```
|
|
146
146
|
|
|
147
147
|
### del published package within 72 hours
|