@ittinc/strapi-plugin-kanban-board 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,5 @@
1
+ {
2
+ "kanban-plugin.kanban-board.label": "Kanban Board",
3
+ "kanban-plugin.kanban-board.description": "Drag and drop items between columns",
4
+ "kanban-plugin.plugin.name": "Kanban Board"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "kanban-plugin.kanban-board.label": "Канбан-доска",
3
+ "kanban-plugin.kanban-board.description": "Перетаскивайте карточки между колонками",
4
+ "kanban-plugin.plugin.name": "Канбан-доска"
5
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ittinc/strapi-plugin-kanban-board",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "private": false,
5
5
  "description": "A Kanban board plugin for Strapi v5",
6
6
  "repository": {
@@ -49,7 +49,7 @@
49
49
  "dist"
50
50
  ],
51
51
  "scripts": {
52
- "build": "strapi-plugin build",
52
+ "build": "strapi-plugin build && cp -R admin/src/translations dist/admin/translations",
53
53
  "watch": "strapi-plugin watch",
54
54
  "verify": "strapi-plugin verify",
55
55
  "prepublishOnly": "npm run build",