2
0
Files
bot/packages/wordpress/package.json
Baptiste Arnaud a262fc190e 📦 Update packages
2022-09-12 07:59:08 +02:00

18 lines
458 B
JSON

{
"name": "wordpress",
"version": "2.1.9",
"main": "index.js",
"repository": "https://github.com/baptisteArno/typebot.io",
"author": "baptisteArno",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@prettier/plugin-php": "^0.19.0",
"prettier": "2.7.1"
},
"scripts": {
"deploy": "pnpm copy && pnpm commit",
"copy": "svn copy ./trunk ./tags/2.1.9",
"commit": "svn ci -m 'Fix standard embed when window loaded'"
}
}