zen-gitsync 1.0.2 → 1.0.3

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 +2 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zen-gitsync",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "控制台输入g,回车,输入提交内容,自动执行git add+commit+push",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -8,9 +8,7 @@
8
8
  },
9
9
  "files": [
10
10
  "src/gitCommit.js",
11
- "LICENSE",
12
- "package.json",
13
- "README.md"
11
+ "package.json"
14
12
  ],
15
13
  "bin": { "g": "./src/gitCommit.js" },
16
14
  "repository": {