Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "timeago.js",
"officialName": "timeago.js",
"version": "4.0.2",
"version": "4.0.3",
"summary": "timeago.js is a simple library (less than 1kb) to used to format datetime with `*** time ago` statement. eg: '3 hours ago'.",
"description": "timeago.js is a simple library (only 1kb) to used to format datetime with `*** time ago` statement. eg: '3 hours ago'. localization supported.",
"main": "lib/index.js",
"module": "esm/index.js",
"unpkg": "dist/timeago.min.js",
"browser": "dist/timeago.min.js",
"files": [
"src",
"lib",
"esm",
"dist"
Expand Down Expand Up @@ -49,7 +50,7 @@
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-uglify": "^6.0.3",
"ts-jest": "^24.1.0",
"typescript": "^3.6.3"
"typescript": "^5.0.2"
},
"limit-size": [
{
Expand Down