feat(wp): 🎨 Deploy v2.1.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "wordpress",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"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.0.0",
|
||||
"commit": "svn ci -m 'Support Typebot 2.0'"
|
||||
"copy": "svn copy ./trunk ./tags/2.1.0",
|
||||
"commit": "svn ci -m 'Switch to URL only'"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user