@kimafinance/kima-transaction-widget 1.5.21 → 1.5.22

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.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kimafinance/kima-transaction-widget",
3
- "version": "1.5.21",
3
+ "version": "1.5.22",
4
4
  "description": "Kima Transaction Widget",
5
5
  "author": "",
6
6
  "license": "MIT",
@@ -25,6 +25,7 @@
25
25
  "build:sass": "sass src/styles/main.scss dist/index.css",
26
26
  "build:tsup": "tsup",
27
27
  "move:fonts": "mkdir -p dist/fonts && find dist -maxdepth 1 -type f \\( -iname '*.woff' -o -iname '*.woff2' -o -iname '*.eot' -o -iname '*.ttf' -o -iname '*.otf' \\) -exec mv {} dist/fonts/ \\;",
28
+ "prepare": "npm run build",
28
29
  "dev": "tsup --watch",
29
30
  "sass": "sass src/styles/main.scss src/index.css -w",
30
31
  "test": "react-scripts test --coverage --watchAll",