Skip to content

Commit e2f9c30

Browse files
readme updated
1 parent ac4d4a8 commit e2f9c30

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<div align="center">
2+
<img src="./img/tiny-dices.jpg" alt="banner" />
23
<p>
34
<a href="https://discord.gg/TgHdvJd"><img src="https://img.shields.io/discord/413193536188579841?color=7289da&logo=discord&logoColor=white" alt="Discord server" /></a>
45
<a href="https://www.npmjs.com/package/tiny-dices"><img src="https://img.shields.io/npm/v/tiny-dices.svg?maxAge=3600" alt="NPM version" /></a>
@@ -62,7 +63,7 @@ This project was initially a custom dice application from Pony Driland repositor
6263
dice.roll([10, 10], true); // Rolls 2d10 starting from 0 🥳🎲
6364
```
6465

65-
- 🧪 Roll a custom set of dice with zero and infinity:
66+
- 🧪 Roll a custom set of dice with zero and infinity:md-assets/tiny-crypto-suite.jpg
6667

6768
```js
6869
dice.roll([4, 8, 6], true, true); // Rolls d4, d8, and d6 from 0 with infinite spin ⚙️🎲

img/tiny-dices.jpg

418 KB
Loading

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tiny-dices",
33
"description": "Tiny Dices adds a sprinkle of fun and a touch of magic to your dice-rolling adventures — fully customizable with CSS and JavaScript to match your style, theme, or imagination! 🎲✨",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",
77
"types": "./dist/index.d.mts",
@@ -16,7 +16,7 @@
1616
"author": "Yasmin Seidel (JasminDreasond)",
1717
"license": "GPL-3.0-only",
1818
"dependencies": {
19-
"tiny-essentials": "^1.24.0"
19+
"tiny-essentials": "^1.24.2"
2020
},
2121
"keywords": [
2222
"dice-roller",

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"emitDeclarationOnly": false,
1010
"target": "ESNext",
1111
"strict": true,
12-
"moduleResolution": "node",
12+
"moduleResolution": "NodeNext",
13+
"module": "NodeNext",
1314
"skipLibCheck": true,
1415
},
1516
"include": ["src"],

0 commit comments

Comments
 (0)