2
0
Files
bot/packages/wordpress/package.json
Baptiste Arnaud 2932043056 ⬆️ Upgrade dependencies
2022-12-05 16:16:49 +01:00

18 lines
459 B
JSON

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