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

14 lines
365 B
JSON
Raw Normal View History

{
"name": "@typebot.io/wordpress",
2023-07-26 09:32:56 +02:00
"version": "3.2.0",
"main": "index.js",
2022-05-13 06:59:59 -07:00
"repository": "https://github.com/baptisteArno/typebot.io",
"author": "baptisteArno",
2022-03-17 16:39:12 +01:00
"license": "AGPL-3.0-or-later",
"scripts": {
2022-08-08 08:21:36 +02:00
"deploy": "pnpm copy && pnpm commit",
2023-07-26 09:32:56 +02:00
"copy": "svn copy ./trunk ./tags/3.2.0",
"commit": "svn ci -m 'Update embed lib to 0.1'"
}
}