Skip to content

Commit

Permalink
Move @types/node to devDependencies (#1475)
Browse files Browse the repository at this point in the history
Closes #1474

r? @dcr-stripe
  • Loading branch information
yejia-stripe authored Jul 13, 2022
1 parent 89c2084 commit 0b94dd6
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 @@ -27,6 +27,7 @@
"main": "lib/stripe.js",
"types": "types/2020-08-27/index.d.ts",
"devDependencies": {
"@types/node": ">=8.1.0",
"@typescript-eslint/eslint-plugin": "^2.13.0",
"@typescript-eslint/parser": "^2.13.0",
"chai": "~4.2.0",
Expand All @@ -49,7 +50,6 @@
"nanoid": "3.2.0"
},
"dependencies": {
"@types/node": ">=8.1.0",
"qs": "^6.10.3"
},
"license": "MIT",
Expand Down

0 comments on commit 0b94dd6

Please sign in to comment.