@wink3r_com/card 1.0.0 → 1.0.1
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 +5 -4
- package/index.js +1 -0
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
# Wink3r
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<img src="https://bitbucket.org/wink3r/wink3r-brand/raw/brand/brand/mark/wink3r-mark.svg" alt="Wink3r — polski portal
|
|
4
|
+
<img src="https://bitbucket.org/wink3r/wink3r-brand/raw/brand/brand/mark/wink3r-mark.svg" alt="Wink3r — polski portal społecznościowy dla dorosłych" width="96" height="86">
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
|
-
**[Wink3r](https://wink3r.com)**
|
|
7
|
+
**[Wink3r](https://wink3r.com)** to polski portal społecznościowo-randkowy dla dorosłych. Kontakty, randki i rozmowy. Gdańsk.
|
|
8
8
|
|
|
9
|
-
**Wystarczy jeden wink.**
|
|
9
|
+
**Wystarczy jeden wink.**
|
|
10
|
+
It only takes a wink.
|
|
10
11
|
|
|
11
|
-
18+ · [wink3r.com](https://wink3r.com/pl) · [English](https://wink3r.com/en) · wink3r@pm.me · [@Wink3r_com](https://x.com/Wink3r_com)
|
|
12
|
+
Tylko dla osób pełnoletnich (18+) · [wink3r.com](https://wink3r.com/pl) · [English](https://wink3r.com/en) · [wink3r@pm.me](mailto:wink3r@pm.me) · [@Wink3r_com](https://x.com/Wink3r_com)
|
|
12
13
|
|
|
13
14
|
```js
|
|
14
15
|
const card = require("@wink3r_com/card");
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wink3r_com/card",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Wink3r — polski portal
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "Wink3r — polski portal społecznościowy dla dorosłych. Kontakty i randki. https://wink3r.com",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Wink3r",
|
|
7
7
|
"wink3r.com",
|
|
8
|
-
"portal
|
|
9
|
-
"
|
|
8
|
+
"portal dla dorosłych",
|
|
9
|
+
"randki",
|
|
10
|
+
"kontakty",
|
|
10
11
|
"Gdańsk"
|
|
11
12
|
],
|
|
12
13
|
"homepage": "https://wink3r.com",
|