jsonfile-obj-db
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -26,2 +26,3 @@ const jsonfile = require( "jsonfile" ); | ||
} | ||
if ( xP.indexOf(".json") === -1 ) { xP = xP + ".json"; } | ||
WC._DB_NAME = xN; | ||
@@ -28,0 +29,0 @@ WC._DB_PATH = xP; |
{ | ||
"name": "jsonfile-obj-db", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
1955
41