Comparing version 1.0.2 to 1.0.3
@@ -24,3 +24,3 @@ #!/usr/bin/env node | ||
while (i < 1000) { | ||
while (i < 1000000) { | ||
setTimeout(() => { | ||
@@ -42,3 +42,3 @@ | ||
//console.log(`inactive ${inactive}`); | ||
if (inactive >= 3000) { | ||
if (inactive >= 300000) { | ||
console.log(`Quitting On Inactivity`); | ||
@@ -45,0 +45,0 @@ process.exit(0); |
{ | ||
"name": "kopykat", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Looks for new text/code snippets in system clipboard and creates notebook automatically :zap:", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -52,5 +52,10 @@ <div align="center"> | ||
## Want To Contribute? | ||
All kinds of contributions are welcome :raised_hands:! The most basic way to show your support is to star :star2: the project, or to raise issues :speech_balloon: You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/deep5050) :clap: or by making a [Paypal donation](https://www.paypal.me/deep5050) to ensure this journey continues indefinitely! :rocket: | ||
Thanks again for your support, it is much appreciated! :pray: | ||
## Related Works | ||
[qikQR](https://github.com/deep5050/qikQR) . [autobadge](https://github.com/deep5050/autobadge) . [qikstart](https://github.com/deep5050/qikstart) |
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
8219
61