@build-script/single-dog-asset 1.0.21 → 1.0.23

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/npmignore CHANGED
@@ -15,8 +15,8 @@ package-deps.json
15
15
  temp
16
16
 
17
17
  ### Build Source
18
- index.ts
19
- /src
18
+ # index.ts
19
+ # /src
20
20
  /build-script.json
21
21
  /Gulpfile.*
22
22
  *.tsbuildinfo
@@ -29,3 +29,6 @@ index.ts
29
29
  /test
30
30
 
31
31
  ### Temp Files
32
+
33
+ ### Examples
34
+ /example
@@ -54,6 +54,7 @@
54
54
  "importHelpers": true,
55
55
  "noImplicitReturns": true,
56
56
  "noFallthroughCasesInSwitch": true,
57
- "incremental": false
57
+ "incremental": false,
58
+ "jsx": "react"
58
59
  }
59
60
  }
package/package.json CHANGED
@@ -1,15 +1,14 @@
1
1
  {
2
2
  "name": "@build-script/single-dog-asset",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "license": "MIT",
5
+ "repository": "https://github.com/GongT/baobao",
5
6
  "dependencies": {
6
- "tslib": "^2.4.0"
7
+ "tslib": "^2.4.1"
7
8
  },
8
- "tslib": "^1.10.0",
9
- "ttypescript": "^1.5.10",
10
- "repository": "https://github.com/GongT/baobao",
11
9
  "scripts": {
12
10
  "build": "",
11
+ "build:watch": "",
13
12
  "clean": ""
14
13
  }
15
14
  }