tlsd 2.2.1 → 2.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/tlsd.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tlsd",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "An server for web app prototyping with HTTPS and Websockets",
5
5
  "main": "tlsd.js",
6
6
  "bin": {
package/tlsd.js CHANGED
@@ -362,6 +362,7 @@ if( argv.length == 5 ) {
362
362
  }
363
363
 
364
364
  }
365
+ else
365
366
  if( argv.length == 3 && argv[ 2 ] == "-v" ) {
366
367
 
367
368
  // pull package version from package.json and print it