clipspin 0.1.1 → 0.1.2
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clipspin",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "A temporary macOS clipboard cycler CLI that iterates through JSON text snippets on every Cmd+V.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"prepublishOnly": "npm run lint",
|
|
18
18
|
"publish:npm": "npm publish --access public",
|
|
19
19
|
"publish:brew": "node scripts/update-homebrew-formula.js",
|
|
20
|
-
"publish": "npm run publish:npm && npm run publish:brew"
|
|
20
|
+
"publish": "npm login && npm run publish:npm && npm run publish:brew"
|
|
21
21
|
},
|
|
22
22
|
"keywords": [
|
|
23
23
|
"clipboard",
|