Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Yair Even Or authored and Yair Even Or committed Jul 6, 2023
1 parent 02018a4 commit 64cb748
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yaireo/relative-time",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "https://github.com/yairEO/relative-time",
"description": "javascript function to transform timestamp or date to local relative-time",
"keywords": [
Expand All @@ -13,9 +13,9 @@
"locale"
],
"license": "MIT",
"engines" : {
"node" : ">=12.0.0"
},
"engines": {
"node": ">=12.0.0"
},
"browserslist": [
">1%",
"not dead",
Expand Down Expand Up @@ -52,7 +52,7 @@
"files": [
"relative-time.js",
"relative-time.min.js",
"relative-time.d.ts"
"relative-time.d.ts"
],
"devDependencies": {
"headr": "^0.0.4",
Expand Down
2 changes: 1 addition & 1 deletion relative-time.min.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @yaireo/relative-time - javascript function to transform timestamp or date to local relative-time
*
* @version v1.0.3
* @version v1.0.4
* @homepage https://github.com/yairEO/relative-time
*/

Expand Down

0 comments on commit 64cb748

Please sign in to comment.