Skip to content

Commit

Permalink
update decalaration exports
Browse files Browse the repository at this point in the history
declaration export
  • Loading branch information
suryavaddiraju committed Apr 16, 2024
1 parent 7439121 commit 8b75a53
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
File renamed without changes.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "irctc-api",
"description": "A package built on top of IRCTC Website APIs to make train tickets , managing user profile faster and simpler. Currently this package only works on NodeJs environment and we were not recommending this to use on browser or any other Javascript environment.",
"version": "1.0.3",
"version": "1.0.4",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down Expand Up @@ -31,6 +31,11 @@
"node": ">=20.0.0",
"npm": ">=10.0.0"
},
"exports": {
".": {
"default": "./index.mjs"
}
},
"module": "index.js",
"type": "module"
}
File renamed without changes.

0 comments on commit 8b75a53

Please sign in to comment.