@firestartr/cli 1.50.1-snapshot-2 → 1.50.1-snapshot-3

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/build/index.js +0 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -309919,7 +309919,6 @@ class RepoGithubDecanter extends GithubDecanter {
309919
309919
  version: this.VERSION(),
309920
309920
  type: 'service',
309921
309921
  lifecycle: 'production',
309922
- system: `system:${this.org}-system`,
309923
309922
  name: this.data.repoDetails.name,
309924
309923
  };
309925
309924
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.50.1-snapshot-2",
3
+ "version": "1.50.1-snapshot-3",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",