@bobfrankston/gcards 0.1.0 → 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.
@@ -6,7 +6,14 @@
6
6
  "Bash(npm install)",
7
7
  "Bash(tsc:*)",
8
8
  "Bash(cat:*)",
9
- "Bash(node -e:*)"
9
+ "Bash(node -e:*)",
10
+ "Bash(git init:*)",
11
+ "Bash(git add:*)",
12
+ "Bash(git commit:*)",
13
+ "Bash(gh repo create:*)",
14
+ "Bash(gh repo edit:*)",
15
+ "Bash(git push:*)",
16
+ "Bash(npm view:*)"
10
17
  ],
11
18
  "deny": [],
12
19
  "ask": []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bobfrankston/gcards",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Google Contacts cleanup and management tool",
5
5
  "type": "module",
6
6
  "main": "gcards.ts",