Skip to content

Commit

Permalink
fix(deps): moved @types/node to a dev-depencency
Browse files Browse the repository at this point in the history
fixes #165

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Apr 26, 2023
1 parent 9443dbf commit 6ac659f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 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
Expand Up @@ -30,7 +30,6 @@
"@oozcitak/dom": "1.15.10",
"@oozcitak/infra": "1.0.8",
"@oozcitak/util": "8.3.8",
"@types/node": "*",
"js-yaml": "3.14.0"
},
"devDependencies": {
Expand All @@ -40,6 +39,7 @@
"@types/dedent": "*",
"@types/jest": "*",
"@types/js-yaml": "3.11.1",
"@types/node": "*",
"babel-loader": "*",
"benchmark": "*",
"chalk": "*",
Expand Down

0 comments on commit 6ac659f

Please sign in to comment.