Skip to content

Commit

Permalink
package.json tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Dendekky committed Jan 12, 2020
1 parent 521b857 commit 35bd8e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Expand Up @@ -61,7 +61,6 @@ function CheckWeb(name) {
info.then(function(result) {
if (result.response_code == 200) {
console.log('\x1b[32m%s\x1b[0m', 'website is up and running');
// openWebSite();
LaunchWebsite(result)
} else if (result.response_code == 301) {
console.log('\x1b[34m%s\x1b[0m', 'website has been moved permanently but is up');
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "runweb",
"version": "1.0.4",
"description": "Check website from the terminal to see if they are up or down. Option to launch checked website.",
"description": "Check website from the terminal to see if it is runing or down. Option to launch checked website.",
"main": "index.js",
"bin": "./index.js",
"scripts": {
Expand Down

0 comments on commit 35bd8e7

Please sign in to comment.