Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 7cabf0b

Browse files
authored
Merge pull request #242 from Ultimaker/node_is_dev_dep
Make @types/node a dev dependency; keep it away from pkg consumers
2 parents 271fd49 + 4faf53e commit 7cabf0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"dependencies": {
3636
"@types/classnames": "^2.2.0",
3737
"@types/history": "^4.7.0",
38-
"@types/node": "^11.9.3",
3938
"@types/react-dom": "^16.0.7",
4039
"@types/react-router": "^4.0.30",
4140
"@types/react-router-dom": "^4.3.0",
@@ -69,6 +68,7 @@
6968
"@storybook/react": "^4.1.11",
7069
"@types/enzyme": "^3.1.13",
7170
"@types/jest": "^23.3.14",
71+
"@types/node": "^11.9.3",
7272
"@types/storybook__addon-actions": "^3.0.3",
7373
"@types/storybook__addon-links": "^3.3.1",
7474
"@types/storybook__react": "^4.0.0",

0 commit comments

Comments
 (0)