@justfixnyc/component-library 0.26.0 → 0.26.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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,6 +30,6 @@ Publishing to NPM registry is more manual because of permission issues that coul
|
|
|
30
30
|
|
|
31
31
|
```shell
|
|
32
32
|
npm run build
|
|
33
|
-
npm publish --access public --@justfixnyc:registry
|
|
33
|
+
npm publish --access public --@justfixnyc:registry=https://registry.npmjs.org/
|
|
34
34
|
|
|
35
35
|
```
|