Skip to content

Commit

Permalink
Update author name and add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiram6121 committed Oct 23, 2024
1 parent 2fff22b commit 9cf5a70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@
"last 1 safari version"
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "1.1.18",
"private": false,
"type": "module",
"author": "Yathindra Kodithuwakku <[email protected]>",
"author": "WSO2",
"scripts": {
"start": "pnpm run server:local",
"prestart": "pnpm run build",
"start": "pnpm server:local",
"prestart": "pnpm build",
"build": "rimraf dist && pnpm tsc",
"server:local": "concurrently \"pnpm tsc --watch\" \"NODE_OPTIONS='--experimental-specifier-resolution=node' nodemon -q dist/index.js\""
},
Expand Down

0 comments on commit 9cf5a70

Please sign in to comment.