wickrio-bot-api
Advanced tools
Comparing version 5.82.1 to 5.82.2
{ | ||
"name": "wickrio-bot-api", | ||
"version": "5.82.1", | ||
"version": "5.82.2", | ||
"description": "The official Wickr IO Bot API Framework", | ||
@@ -5,0 +5,0 @@ "main": "src/WickrIOBot.js", |
@@ -689,2 +689,3 @@ 'use strict' | ||
this.packageDataParsed.scripts.stop = `forever stop ${this.uid}` | ||
this.packageDataParsed.scripts.restart = `forever restart ${this.uid}` | ||
fs.writeFileSync(this.packageFile, JSON.stringify(this.packageDataParsed, null, 2)) | ||
@@ -691,0 +692,0 @@ console.log('Finished Configuring package!') |
114332
2596