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

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/gitignore CHANGED
@@ -1,8 +1,41 @@
1
+ ### Cache file
2
+ common/temp
3
+ *.tsbuildinfo
1
4
  .rpt2_cache/
2
- node_modules/
3
- jspm_packages/
4
- *.log
5
+
6
+ ### Build result
5
7
  dist/
8
+ lib/
6
9
  *.tgz
7
- lib
8
- test*
10
+ .test
11
+ build-*/
12
+
13
+ ### Package manager
14
+ node_modules
15
+ jspm_packages
16
+ .rush
17
+ package-deps.json
18
+ /package.json
19
+
20
+ ### logs
21
+ *.log
22
+
23
+ ### no need in mono repo
24
+ **/.editorconfig
25
+ **/.git*
26
+ !**/.github/
27
+ **/.prettier*
28
+ **/pnpm-lock.yaml
29
+ **/yarn.lock
30
+
31
+ !common/config/rush/pnpm-lock.yaml
32
+
33
+ ### old files
34
+ .idea
35
+
36
+ ### generated files
37
+ *.generated.*
38
+ c_cpp_properties.json
39
+ vcpkg_installed
40
+
41
+ ### temp project
@@ -1,3 +1,4 @@
1
1
  docs/
2
2
  /common/scripts/
3
3
  jspm_packages
4
+ lib/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@build-script/single-dog-asset",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "build": "",