Skip to content

Commit

Permalink
feat: new updates 3
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinmittal23 committed Aug 22, 2023
1 parent 5e31c92 commit 131674a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "test-release",
"name": "test-release-demo",
"version": "1.0.0",
"description": "test-release",
"type": "module",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const test = () => {
console.log("update in index")
console.log("new update in index")
console.log("2nd new update in index")
console.log("3rd new update in index")
}

test();

0 comments on commit 131674a

Please sign in to comment.