Skip to content

Commit

Permalink
Merge pull request #7 from hckrnews/feature/first-draft
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
w3nl authored Dec 18, 2023
2 parents b07c055 + 101777a commit d3a2e20
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"npm.enableTouchbar": true,
"lcov.path": "coverage/lcov.info",
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"[javascript]": {
"editor.formatOnSave": true,
Expand Down
6 changes: 3 additions & 3 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"compilerOptions": {
"checkJs": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"module": "NodeNext",
"moduleResolution": "nodenext",
"rootDirs": [
"src"
],
Expand All @@ -13,4 +13,4 @@
"node_modules",
"**/node_modules/*"
]
}
}
96 changes: 48 additions & 48 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
@@ -1,7 +1,7 @@
{
"name": "@hckrnews/deep-merge",
"description": "Object deep merge",
"version": "0.2.2",
"version": "0.3.0",
"author": {
"name": "Pieter Wigboldus",
"url": "https://hckr.news/"
Expand Down

0 comments on commit d3a2e20

Please sign in to comment.