@bobfrankston/gcards 0.1.39 → 0.1.40

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 (1) hide show
  1. package/package.json +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bobfrankston/gcards",
3
- "version": "0.1.39",
3
+ "version": "0.1.40",
4
4
  "description": "Google Contacts cleanup and management tool",
5
5
  "type": "module",
6
6
  "main": "gcards.js",
@@ -19,8 +19,10 @@
19
19
  "prerelease:local": "git add -A && (git diff-index --quiet HEAD || git commit -m \"Pre-release commit\")",
20
20
  "preversion": "npm run build && git add -A",
21
21
  "postversion": "git push && git push --tags",
22
- "release": "npm whoami && npm run prerelease:local && npm version patch && npm publish --access public",
23
- "installer": "npm run release && npm install -g @bobfrankston/gcards"
22
+ "xrelease": "npm whoami && npm run prerelease:local && npm version patch && npm publish --access public",
23
+ "xinstaller": "npm run release && npm install -g @bobfrankston/gcards",
24
+ "release": "npmglobalize",
25
+ "installer": "npmglobalize --install"
24
26
  },
25
27
  "keywords": [
26
28
  "google",