@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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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=<https://registry.npmjs.org/>
33
+ npm publish --access public --@justfixnyc:registry=https://registry.npmjs.org/
34
34
 
35
35
  ```
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@justfixnyc/component-library",
3
3
  "description": "JustFix Component Library",
4
4
  "license": "MIT",
5
- "version": "0.26.0",
5
+ "version": "0.26.1",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.d.ts",
8
8
  "files": [