Skip to content

Commit

Permalink
Moved @typesb/node to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Jul 8, 2021
1 parent 4cc8250 commit d15f18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,6 @@
],
"dependencies": {
"@hapi/bourne": "^2.0.0",
"@types/node": "^16.0.0",
"args": "^5.0.1",
"chalk": "^4.0.0",
"dateformat": "^4.5.1",
Expand All @@ -47,6 +46,7 @@
"strip-json-comments": "^3.1.1"
},
"devDependencies": {
"@types/node": "^16.0.0",
"pino": "^6.0.0",
"pre-commit": "^1.2.2",
"rimraf": "^3.0.2",
Expand Down

0 comments on commit d15f18e

Please sign in to comment.