Skip to content

Commit

Permalink
fix: dist markers
Browse files Browse the repository at this point in the history
  • Loading branch information
shirshendubhowmick committed Jul 7, 2024
1 parent 9bd65b9 commit 82284fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@marcatopartners/timezone-enum",
"version": "0.0.1",
"version": "0.0.2",
"description": "Lightweight timezone enum for JavaScript or TypeScript.",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc"
},
Expand Down

0 comments on commit 82284fc

Please sign in to comment.