Comparing version 1.1.1 to 1.1.2
@@ -46,4 +46,4 @@ 'use strict'; | ||
return (args.filter(removeNotSupportedTypes).map(handleBlocks.bind(null, block)).map(handleModifiers.bind(null, block)).join(' ').replace(',', ' ') || block).replace('-1', '').trim(); | ||
return (args.filter(removeNotSupportedTypes).map(handleBlocks.bind(null, block)).map(handleModifiers.bind(null, block)).join(' ').replace(/,/g, ' ') || block).replace('-1', '').trim(); | ||
}; | ||
}; |
{ | ||
"name": "b3m", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"main": "build/index.js", | ||
@@ -5,0 +5,0 @@ "repository": { |
4874