@build-script/single-dog-asset 1.0.39 → 1.0.41

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
@@ -27,21 +27,15 @@ temp
27
27
  /etc
28
28
 
29
29
  ### Tests
30
- /tests
31
- /test
32
- lib/**/test/
33
- lib/**/tests/
34
- lib/**/*.test.*
35
- lib/**/test.*
30
+ **/test/**
31
+ **/tests/**
32
+ **/*.test.*
36
33
 
37
34
  ### Temp Files
38
35
  *.jsc
39
36
  *.realtime-compile.*
40
37
  *.realtime-compile.*.map
41
- lib/chunk-*
42
38
  **/*.tsbuildinfo
43
39
 
44
40
  ### Examples
45
41
  /example
46
-
47
- !lib/**/*
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@build-script/single-dog-asset",
3
- "version": "1.0.39",
3
+ "version": "1.0.41",
4
4
  "devDependencies": {
5
- "prettier": "^3.6.2"
5
+ "prettier": "^3.6.2",
6
+ "@build-script/single-dog-asset": "latest"
6
7
  },
7
8
  "exports": {
8
9
  "./package.json": "./package.json"
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": "@build-script/single-dog-asset/package/tsconfig.json"
3
+ }