Skip to content

Commit 1aa5805

Browse files
committed
v3.3.4
1 parent 460ad42 commit 1aa5805

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.DS_Store
22
node_modules
3+
.npm-cache
34
dist
45
coverage
56
.env

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "readtimecounter",
3-
"version": "3.3.3",
3+
"version": "3.3.4",
44
"description": "Read Time Counter JS is a robust, highly configurable library that estimates reading time for English, CJK (Chinese, Korean, Japanese), and Latin-based languages by analyzing words, characters, and images.",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",
7-
"types": "./dist/src/index.d.ts",
7+
"types": "./dist/index.d.ts",
88
"exports": {
99
".": {
10-
"types": "./dist/src/index.d.ts",
10+
"types": "./dist/index.d.ts",
1111
"import": "./dist/index.mjs",
1212
"require": "./dist/index.cjs"
1313
},
@@ -31,7 +31,7 @@
3131
},
3232
"keywords": [],
3333
"author": "",
34-
"license": "ISC",
34+
"license": "MIT",
3535
"type": "commonjs",
3636
"bugs": {
3737
"url": "https://github.com/SPACESODA/readtimecounter/issues"
@@ -43,4 +43,4 @@
4343
"vite": "^7.3.0",
4444
"vitest": "^4.0.16"
4545
}
46-
}
46+
}
File renamed without changes.

0 commit comments

Comments
 (0)