Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
lytieuphong committed Aug 2, 2022
1 parent 8301899 commit 25a3472
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
console.log('I am Tieu Phong')
const whoami = () => {
console.log('I am Tieu Phong')
}

module.exports = {whoami};
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@lytieuphong/whoami",
"version": "1.0.2",
"version": "1.0.3",
"description": "Tell you who am I",
"main": "index.js",
"scripts": {
"test": "exit 0"
"test": "exit 0",
"build": "exit 0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 25a3472

Please sign in to comment.