fix(wp): 🐛 When URL is empty

This commit is contained in:
Baptiste Arnaud
2022-03-28 14:47:19 +02:00
parent 194a5fbae1
commit 84dda32b13
4 changed files with 18 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "wordpress",
"version": "2.1.3",
"version": "2.1.4",
"main": "index.js",
"repository": "https://github.com/typebot-io/wordpress.git",
"author": "baptisteArno",
@@ -10,7 +10,7 @@
},
"scripts": {
"deploy": "yarn copy && yarn commit",
"copy": "svn copy ./trunk ./tags/2.1.3",
"commit": "svn ci -m 'Force viewer subdomain'"
"copy": "svn copy ./trunk ./tags/2.1.4",
"commit": "svn ci -m 'Fix empty typebot URL'"
}
}