Skip to content

Commit

Permalink
Merge branch 'main' of github.com:journy-io/clock
Browse files Browse the repository at this point in the history
* 'main' of github.com:journy-io/clock:
  📦  Use luxon v2
  Update README.md
  ✨ Add download badge
  • Loading branch information
hansott committed Feb 17, 2023
2 parents 4ec512e + 879c02c commit 599d8aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[![journy.io](banner.png)](https://journy.io/?utm_source=github&utm_content=readme-clock)
[![journy.io](https://raw.githubusercontent.com/journy-io/brand/main/githubbanner.png)](https://journy.io/?utm_source=github&utm_content=readme-clock)

# Clock

![npm](https://img.shields.io/npm/v/@journyio/clock?color=%234d84f5&style=flat-square)
[![npm downloads](https://img.shields.io/npm/dm/@journyio/clock?style=flat-square)](https://www.npmjs.com/package/@journyio/clock)

Consume time as a service.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"testEnvironment": "node"
},
"dependencies": {
"luxon": "3.2.1"
"luxon": "^3.2.1"
},
"sideEffects": false,
"keywords": [
Expand Down

0 comments on commit 599d8aa

Please sign in to comment.