@daiyam/artifact-test-mocha-ts 0.4.5 → 0.5.0

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.
Files changed (2) hide show
  1. package/.artifactrc.yml +13 -7
  2. package/package.json +2 -2
package/.artifactrc.yml CHANGED
@@ -1,16 +1,22 @@
1
+ $schema: https://raw.githubusercontent.com/zokugun/artifact/v0.6.0/schemas/v1/package.json
2
+
1
3
  update:
2
4
  test/*.ts:
3
- missing: false
4
- update: false
5
+ if_missing: skip
6
+ if_exists: skip
5
7
 
6
8
  uninstall:
7
9
  .mocharc.yml:
8
- remove: true
10
+ if_exists: remove
11
+
9
12
  .test:
10
- remove: true
13
+ if_exists: remove
14
+
11
15
  .vscode/settings.json:
12
- unmerge: true
16
+ if_exists: unmerge
17
+
13
18
  .xo-config.json:
14
- unmerge: true
19
+ if_exists: unmerge
20
+
15
21
  package.json:
16
- unmerge: true
22
+ if_exists: unmerge
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-test-mocha-ts",
3
- "version": "0.4.5",
3
+ "version": "0.5.0",
4
4
  "description": "The configuration to do unit testing with mocha and typescript.",
5
5
  "author": {
6
6
  "name": "Baptiste Augrain",
@@ -31,5 +31,5 @@
31
31
  "project-template",
32
32
  "scaffold"
33
33
  ],
34
- "gitHead": "6aa818f58698270f34ee7c920ab5921de72d0051"
34
+ "gitHead": "8a61833eedfc4021b76adc935e6b673b93488079"
35
35
  }