doc-detective-common 1.5.0-setup.0 → 1.5.0-setup.1

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.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doc-detective-common",
3
- "version": "1.5.0-setup.0",
3
+ "version": "1.5.0-setup.1",
4
4
  "description": "Shared components for Doc Detective projects. ",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -972,6 +972,8 @@
972
972
  ]
973
973
  }
974
974
  ],
975
+ "setup": "setup.json",
976
+ "cleanup": "cleanup.json",
975
977
  "steps": [
976
978
  {
977
979
  "action": "setVariables",
@@ -833,6 +833,8 @@
833
833
  ]
834
834
  }
835
835
  ],
836
+ "setup": "setup.json",
837
+ "cleanup": "cleanup.json",
836
838
  "steps": [
837
839
  {
838
840
  "action": "setVariables",
@@ -95,6 +95,8 @@
95
95
  "platforms": ["linux"]
96
96
  }
97
97
  ],
98
+ "setup": "setup.json",
99
+ "cleanup": "cleanup.json",
98
100
  "steps": [
99
101
  {
100
102
  "action": "setVariables",