@heliofi/deposit-react 0.1.2 → 0.1.4

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,4 +6,4 @@ React component for Helio crypto deposits.
6
6
 
7
7
  For installation, usage, and examples, visit the official Helio documentation:
8
8
 
9
- **[docs.hel.io](https://docs.hel.io)**
9
+ **[docs.hel.io/docs/deposits](https://docs.hel.io/docs/deposits)**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heliofi/deposit-react",
3
3
  "private": false,
4
- "version": "0.1.2",
4
+ "version": "0.1.4",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
@@ -9,7 +9,7 @@
9
9
  "start": "vite",
10
10
  "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
11
11
  "lint:strict": "yarn lint",
12
- "lint:fix": "yarn lint --fix",
12
+ "lint:fix": "yarn lint --fix && yarn format",
13
13
  "format": "prettier -w .",
14
14
  "format:check": "prettier -c .",
15
15
  "preview": "vite preview",