@teambit/component-issues
Advanced tools
Comparing version 0.0.53 to 0.0.54
@@ -9,4 +9,3 @@ "use strict"; | ||
this.description = 'multiple envs'; | ||
// TODO: pass the docs url into here after fetch it from the community aspect | ||
this.solution = `remove the old envs by setting them with "-" sign in the variants. see https://bit.dev/docs/envs/using-envs#component-must-have-a-single-env`; | ||
this.solution = 'set the desired env by running "bit env set <component> <env>"'; | ||
this.isTagBlocker = true; | ||
@@ -13,0 +12,0 @@ } |
@@ -5,4 +5,3 @@ import { ComponentIssue, ISSUE_FORMAT_SPACE } from './component-issue'; | ||
description = 'multiple envs'; | ||
// TODO: pass the docs url into here after fetch it from the community aspect | ||
solution = `remove the old envs by setting them with "-" sign in the variants. see https://bit.dev/docs/envs/using-envs#component-must-have-a-single-env`; | ||
solution = 'set the desired env by running "bit env set <component> <env>"'; | ||
data: string[]; // env ids | ||
@@ -9,0 +8,0 @@ isTagBlocker = true; |
{ | ||
"name": "@teambit/component-issues", | ||
"version": "0.0.53", | ||
"version": "0.0.54", | ||
"homepage": "https://bit.dev/teambit/component/component-issues", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"name": "component-issues", | ||
"version": "0.0.53" | ||
"version": "0.0.54" | ||
}, | ||
@@ -12,0 +12,0 @@ "dependencies": { |
@@ -17,2 +17,3 @@ { | ||
"skipLibCheck": true, | ||
"experimentalDecorators": true, | ||
"outDir": "dist", | ||
@@ -25,4 +26,9 @@ "moduleResolution": "node", | ||
"exclude": [ | ||
"dist" | ||
"dist", | ||
"package.json" | ||
], | ||
"include": [ | ||
"**/*", | ||
"**/*.json" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
77477
87
1257