Skip to content

Commit

Permalink
edit 'package.json' - moved '@types/node' to 'dependencies'
Browse files Browse the repository at this point in the history
Signed-off-by: StoneyDSP <[email protected]>
  • Loading branch information
nathanjhood committed Sep 15, 2024
1 parent 188366e commit 7e39a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
}
},
"dependencies": {
"@types/node": "22.5.4",
"esbuild": "0.23.1",
"pkgroll": "2.5.0",
"tsx": "4.19.1"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@types/node": "22.5.4",
"eslint": "^9.10.0",
"eslint-config-prettier": "9.1.0",
"globals": "^15.9.0",
Expand Down

0 comments on commit 7e39a85

Please sign in to comment.