Still trying to fix this mess
This commit is contained in:
parent
3a9ccf83b5
commit
2e55071179
|
@ -1,8 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "tymejs",
|
"name": "tymejs",
|
||||||
"version": "0.3.2",
|
"version": "0.3.4",
|
||||||
"description": "Quickly and easily format JavaScript date Objects",
|
"description": "Quickly and easily format JavaScript date Objects",
|
||||||
"main": "dist/index.js",
|
"main": "lib/index.js",
|
||||||
|
"types": "lib/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"buildweb": "esbuild src/index.ts --bundle --minify --sourcemap --target=chrome58,firefox57,safari11,edge16 --outfile=dist/tyme.js",
|
"buildweb": "esbuild src/index.ts --bundle --minify --sourcemap --target=chrome58,firefox57,safari11,edge16 --outfile=dist/tyme.js",
|
||||||
|
|
Reference in New Issue