@build-script/single-dog-asset 1.0.17 → 1.0.18

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
@@ -5,10 +5,6 @@ node_modules
5
5
  jspm_modules
6
6
  config
7
7
 
8
- ### tests
9
- test
10
- tests
11
-
12
8
  ### hidden files
13
9
  .*
14
10
 
@@ -17,15 +13,16 @@ package-deps.json
17
13
  *.log
18
14
 
19
15
  ### build source
20
- src
21
- build-script.json
22
- Gulpfile.*
16
+ index.ts
17
+ /src
18
+ /build-script.json
19
+ /Gulpfile.*
23
20
  *.tsbuildinfo
24
21
 
25
22
  ### docs
26
- docs/*
27
- !docs/*.d.ts
23
+ /docs/*
24
+ !/docs/*.d.ts
28
25
 
29
26
  ### tests
30
- /tests/
31
- /test/
27
+ /tests
28
+ /test
@@ -2,3 +2,4 @@ docs/
2
2
  /common/scripts/
3
3
  jspm_packages
4
4
  lib/
5
+ pnpm-lock.yaml
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@build-script/single-dog-asset",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "build": "",
@@ -8,7 +8,7 @@
8
8
  "prepack": ""
9
9
  },
10
10
  "dependencies": {
11
- "tslib": "^2.3.1"
11
+ "tslib": "^2.4.0"
12
12
  },
13
13
  "tslib": "^1.10.0",
14
14
  "ttypescript": "^1.5.10",