docs(lp): 💄 Refont LP for v2

This commit is contained in:
Baptiste Arnaud
2022-03-17 14:37:00 +01:00
parent c437211327
commit 21e926a477
131 changed files with 2834 additions and 3260 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "wordpress",
"version": "2.1.0",
"version": "2.1.1",
"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.0",
"commit": "svn ci -m 'Switch to URL only'"
"copy": "svn copy ./trunk ./tags/2.1.1",
"commit": "svn ci -m 'Deploy 2.1'"
}
}