@sfinterface/numbers 0.2.1 → 0.2.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.
- package/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
|
|
7
7
|
Numbers that move the way they should. A React component from **The San Francisco Interface**.
|
|
8
8
|
|
|
9
|
-
<img src="https://
|
|
9
|
+
<img src="https://raw.githubusercontent.com/wherescz/sfinterface-numbers/main/tags.svg" alt="MIT · 13 kB · No dependencies · React 18 and 19 · TypeScript · SSR ready">
|
|
10
10
|
|
|
11
11
|
<br>
|
|
12
12
|
<br>
|
|
13
13
|
<br>
|
|
14
14
|
|
|
15
|
-
<img src="https://
|
|
15
|
+
<img src="https://raw.githubusercontent.com/wherescz/sfinterface-numbers/main/preview-gif.gif" width="1920" alt="A number rolling from 1,204 to 1,251">
|
|
16
16
|
|
|
17
17
|
</div>
|
|
18
18
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sfinterface/numbers",
|
|
3
3
|
"author": "cz",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.2",
|
|
5
5
|
"description": "Numbers that move the way they should. A React component from The San Francisco Interface.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
},
|
|
55
55
|
"repository": {
|
|
56
56
|
"type": "git",
|
|
57
|
-
"url": "git+https://github.com/wherescz/
|
|
57
|
+
"url": "git+https://github.com/wherescz/sfinterface-numbers.git"
|
|
58
58
|
},
|
|
59
|
-
"homepage": "https://github.com/wherescz/
|
|
59
|
+
"homepage": "https://github.com/wherescz/sfinterface-numbers",
|
|
60
60
|
"bugs": {
|
|
61
|
-
"url": "https://github.com/wherescz/
|
|
61
|
+
"url": "https://github.com/wherescz/sfinterface-numbers/issues"
|
|
62
62
|
}
|
|
63
63
|
}
|