fix(wp): 🚨 Not a number warning

This commit is contained in:
Baptiste Arnaud
2022-04-28 16:43:58 -07:00
parent 4d98de2c70
commit 1d82940ed7
4 changed files with 23 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "wordpress",
"version": "2.1.5",
"version": "2.1.6",
"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.5",
"commit": "svn ci -m 'Fix auto open bubble'"
"copy": "svn copy ./trunk ./tags/2.1.6",
"commit": "svn ci -m 'Fix auto open'"
}
}