Fixed NPM Package

This commit is contained in:
Daniel Legt 2022-05-07 15:07:08 +03:00
parent dc77be9a2d
commit 3a9ccf83b5
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ $ npm run build
```
## Download
* [Core build](https://github.com/JustKato/Tyme.js/releases/download/3.0.0/tyme.js-3.0.0.zip.zip)
* [Web build](https://github.com/JustKato/Tyme.js/releases/download/3.0.0/tyme.js-3.0.0.zip.zip)
Tyme.js is released under the [MIT license](license) & supports modern environments.<br>

View File

@ -1,6 +1,6 @@
{
"name": "tymejs",
"version": "0.3.1",
"version": "0.3.2",
"description": "Quickly and easily format JavaScript date Objects",
"main": "dist/index.js",
"scripts": {