Still trying to fix this mess

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

View File

@ -1,8 +1,9 @@
{
"name": "tymejs",
"version": "0.3.2",
"version": "0.3.4",
"description": "Quickly and easily format JavaScript date Objects",
"main": "dist/index.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"buildweb": "esbuild src/index.ts --bundle --minify --sourcemap --target=chrome58,firefox57,safari11,edge16 --outfile=dist/tyme.js",