Skip to content

Commit

Permalink
Update hpw
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Sep 19, 2024
1 parent f17652f commit af31b0a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion Exercises/3-by-reference.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
'use strict';

const inc = (obj) => null;
const inc = (obj) => {
console.log(obj);
};

module.exports = { inc };
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"dependencies": {
"eslint": "^9.10.0",
"hpw": "^0.2.0"
"hpw": "^0.2.4"
}
}

0 comments on commit af31b0a

Please sign in to comment.