anybar-ping
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -5,3 +5,3 @@ Usage | ||
Flags | ||
--debug Enable verbose log level [default=false]. | ||
--verbose Enable verbose log level [default=false]. | ||
--interval Wait N milliseconds between sending each packet [default=5000]. | ||
@@ -8,0 +8,0 @@ --source Use the following IP address as the source address in outgoing packets [default=1.1.1.1]. |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/Kikobeats/anybar-ping", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"exports": { | ||
@@ -40,5 +40,5 @@ ".": "./cli/index.js" | ||
"ci-publish": "latest", | ||
"conventional-github-releaser": "latest", | ||
"finepack": "latest", | ||
"git-authors-cli": "latest", | ||
"github-generate-release": "latest", | ||
"nano-staged": "latest", | ||
@@ -66,3 +66,3 @@ "npm-check-updates": "latest", | ||
"release": "standard-version -a", | ||
"release:github": "conventional-github-releaser -p angular", | ||
"release:github": "github-generate-release", | ||
"release:tags": "git push --follow-tags origin HEAD:master", | ||
@@ -78,3 +78,8 @@ "test": "exit 0", | ||
"@commitlint/config-conventional" | ||
] | ||
], | ||
"rules": { | ||
"body-max-line-length": [ | ||
0 | ||
] | ||
} | ||
}, | ||
@@ -81,0 +86,0 @@ "nano-staged": { |
@@ -32,3 +32,3 @@ # anybar-ping | ||
Flags | ||
--debug Enable verbose log level [default=false]. | ||
--verbose Enable verbose log level [default=false]. | ||
--interval Wait N milliseconds between sending each packet [default=5000]. | ||
@@ -35,0 +35,0 @@ --source Use the following IP address as the source address in outgoing packets [default=1.1.1.1]. |
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
7840