@glitchdotcom/sample-cli
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -5,4 +5,6 @@ # Changelog | ||
### [0.0.3](https://github.com/glitchdotcom/sample-cli/compare/v0.0.2...v0.0.3) (2021-10-26) | ||
### [0.0.2](https://github.com/glitchdotcom/sample-cli/compare/v0.0.1...v0.0.2) (2021-10-26) | ||
### 0.0.1 (2021-10-26) |
@@ -35,2 +35,6 @@ "use strict"; | ||
}); | ||
// Refresh the Glitch terminal | ||
child_process_1.default.spawn('refresh').on('error', () => { | ||
// ignore errors, this only runs from the Glitch terminal | ||
}); | ||
return theme; | ||
@@ -37,0 +41,0 @@ } |
{ | ||
"name": "@glitchdotcom/sample-cli", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "source": "source/cli.ts", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9580
205