Skip to content

Commit

Permalink
Merge pull request #28 from jaddek/hotfix/fix-package-main
Browse files Browse the repository at this point in the history
hotfix package.json main
  • Loading branch information
jaddek authored Sep 25, 2024
2 parents 7a660fa + 4ec47c9 commit 3eec82b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "metlink-api-http-client",
"description": "HTTP Client for Metlink Wellington API",
"version": "1.0.0",
"main": "index.js",
"version": "1.0.2",
"main": "index.ts",
"scripts": {
"build": "npm i",
"test": "jest",
Expand Down

0 comments on commit 3eec82b

Please sign in to comment.