Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "vf-to-ubf", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Convert Voiceflow (.vf) diagram into a universal format!", | ||
@@ -5,0 +5,0 @@ "main": "voiceflowToBotFormat.js", |
@@ -100,2 +100,2 @@ /** | ||
export default {voiceflowToBotFormat} | ||
module.exports = {voiceflowToBotFormat} |
4843