Comparing version 1.6.9 to 1.6.10
@@ -33,4 +33,4 @@ module.exports = { | ||
"globalVars": { | ||
"openFileCommand": "" // String. Your preferred terminal command to open a javascript file. BBPR uses a default command according to your platform if empty. | ||
"openFileCommand": "" // String. Your preferred terminal command to open your config file (javascript file). BBPR uses a default command according to your platform if empty. | ||
} | ||
} |
@@ -48,3 +48,3 @@ { | ||
}, | ||
"version": "1.6.9" | ||
"version": "1.6.10" | ||
} |
@@ -33,4 +33,4 @@ module.exports = { | ||
"globalVars": { | ||
"openFileCommand": "" // String. Your preferred terminal command to open a javascript file. BBPR uses a default command according to your platform if empty. | ||
"openFileCommand": "" // String. Your preferred terminal command to open your config file (javascript file). BBPR uses a default command according to your platform if empty. | ||
} | ||
} |
874739