cbs-block 1.0.3 → 1.0.4

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/bin/cbs-block.js +0 -2
  2. package/package.json +1 -1
package/bin/cbs-block.js CHANGED
@@ -108,8 +108,6 @@ async function main() {
108
108
  console.log(chalk.red(`[FAIL] Qt/qmake not found in PATH`));
109
109
  }
110
110
 
111
- else console.error(chalk.red(`${f}: INVALID - ${result.error}`));
112
- });
113
111
  } else if (command === 'lint') {
114
112
  const sdk = require('../index.js');
115
113
  const files = fs.readdirSync('.').filter(f => f.endsWith('.cbsblock'));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cbs-block",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "SDK for creating CodeBlock Studio blocks",
5
5
  "main": "index.js",
6
6
  "bin": {