2
0
Files
bot/packages/wordpress/package.json

17 lines
393 B
JSON
Raw Normal View History

{
"name": "wordpress",
2022-03-17 14:37:00 +01:00
"version": "2.1.1",
"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",
2022-03-17 14:37:00 +01:00
"copy": "svn copy ./trunk ./tags/2.1.1",
"commit": "svn ci -m 'Deploy 2.1'"
}
}