Files
bot/packages/wordpress/package.json
Baptiste Arnaud 8f07df8a05 feat(wp): 🎨 Deploy v2.1.0
2022-03-14 15:13:45 +01:00

17 lines
401 B
JSON

{
"name": "wordpress",
"version": "2.1.0",
"main": "index.js",
"repository": "https://github.com/typebot-io/wordpress.git",
"author": "baptisteArno",
"license": "MIT",
"devDependencies": {
"@prettier/plugin-php": "^0.18.3"
},
"scripts": {
"deploy": "yarn copy && yarn commit",
"copy": "svn copy ./trunk ./tags/2.1.0",
"commit": "svn ci -m 'Switch to URL only'"
}
}