anarock-widgets 1.0.405 → 1.0.406
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/package.json +1 -1
- package/readme.md +1 -1
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -9,4 +9,4 @@ git push origin main --tags
|
|
|
9
9
|
|
|
10
10
|
git add . && git commit -m "changes in widgets" && git push && npm version patch && git push origin main --tags
|
|
11
11
|
|
|
12
|
-
npm i anarock-widgets@latest -f && git add . && git commit -m "anarock widget version updated" && git push
|
|
12
|
+
npm i anarock-widgets@latest -f && git add . && git commit -m "anarock widget version updated" && git push
|