+ Readme Images

This commit is contained in:
Daniel Legt 2022-05-07 15:34:40 +03:00
parent d2f72cdb6e
commit 8ca22248c1
2 changed files with 5 additions and 2 deletions

View File

@ -12,7 +12,10 @@ $ npm run build
``` ```
## Download ## Download
* [Web build](https://github.com/JustKato/Tyme.js/releases/download/3.0.0/tyme.js-3.0.0.zip.zip)
[![Web Download](https://img.shields.io/badge/Web-Download%20Package-yellow?style=for-the-badge&logo=javascript)](https://github.com/JustKato/Tyme.js/releases/download/3.0.0/tyme.js-3.0.0.zip.zip)
[![NPM Download](https://img.shields.io/badge/NPM-Download-orange?style=for-the-badge&logo=npm)](https://www.npmjs.com/package/tymejs)
Tyme.js is released under the [MIT license](license) & supports modern environments.<br> Tyme.js is released under the [MIT license](license) & supports modern environments.<br>

View File

@ -1,6 +1,6 @@
{ {
"name": "tymejs", "name": "tymejs",
"version": "0.4.1", "version": "0.4.2",
"description": "Quickly and easily format JavaScript date Objects", "description": "Quickly and easily format JavaScript date Objects",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",