@@ -5,7 +5,7 @@
|
||||
"main": "test.js",
|
||||
"scripts": {
|
||||
"test-web": "node website_test.js http://localhost:8004",
|
||||
"test" : "mocha",
|
||||
"test": "mocha",
|
||||
"start": "node index.js"
|
||||
},
|
||||
"author": "",
|
||||
|
||||
@@ -10,8 +10,10 @@ var selected_website = null; // Selected website.
|
||||
///////////
|
||||
//add the commands here
|
||||
///////////
|
||||
|
||||
|
||||
const commands = [
|
||||
new Command({
|
||||
new Command({
|
||||
//User command
|
||||
command: 'wg',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user