@bullhorn/bullhorn-cli
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -8,3 +8,3 @@ const fs = require('fs'); | ||
function cleanUpScriptString(script) { | ||
return script.replace(/function\s?\((\w+[,]?\s?)+\)\s?{((.|\n)*(?=}))}/gm, '$2').trim(); | ||
return script.replace(/function\s?\((\w+,?\s?)+\)\s?{((.|\n)*})(.|\n)*}(.|\n)*/gm, '$2').trim(); | ||
} | ||
@@ -11,0 +11,0 @@ |
{ | ||
"name": "@bullhorn/bullhorn-cli", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "preferGlobal": true, |
102734