zero-tools 1.3.8 → 1.3.9

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/bin.ts CHANGED
@@ -176,7 +176,7 @@ let fn = {
176
176
  console.log(helpString)
177
177
  },
178
178
  v: () => {
179
- console.log("1.3.7")
179
+ console.log("1.3.9")
180
180
  }
181
181
  }
182
182
  let isFree = true
package/dist/bin.js CHANGED
@@ -85,7 +85,7 @@ var fn = {
85
85
  console.log(helpString);
86
86
  },
87
87
  v: function () {
88
- console.log("1.3.7");
88
+ console.log("1.3.9");
89
89
  }
90
90
  };
91
91
  var isFree = true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zero-tools",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
4
4
  "description": "Zero游戏开发工具",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -13,7 +13,7 @@
13
13
  "license": "ISC",
14
14
  "dependencies": {
15
15
  "minimist": "^1.2.0",
16
- "xlsx": "^0.13.4"
16
+ "xlsx": "^0.13.5"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@types/minimist": "^1.2.0",
@@ -1,14 +0,0 @@
1
- {
2
- // See https://go.microsoft.com/fwlink/?LinkId=733558
3
- // for the documentation about the tasks.json format
4
- "version": "2.0.0",
5
- "tasks": [
6
- {
7
- "type": "typescript",
8
- "tsconfig": "tsconfig.json",
9
- "problemMatcher": [
10
- "$tsc"
11
- ]
12
- }
13
- ]
14
- }