Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
Merge pull request #242 from Ultimaker/node_is_dev_dep
Browse files Browse the repository at this point in the history
Make @types/node a dev dependency; keep it away from pkg consumers
  • Loading branch information
sedwards2009 authored Sep 16, 2019
2 parents 271fd49 + 4faf53e commit 7cabf0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"dependencies": {
"@types/classnames": "^2.2.0",
"@types/history": "^4.7.0",
"@types/node": "^11.9.3",
"@types/react-dom": "^16.0.7",
"@types/react-router": "^4.0.30",
"@types/react-router-dom": "^4.3.0",
Expand Down Expand Up @@ -69,6 +68,7 @@
"@storybook/react": "^4.1.11",
"@types/enzyme": "^3.1.13",
"@types/jest": "^23.3.14",
"@types/node": "^11.9.3",
"@types/storybook__addon-actions": "^3.0.3",
"@types/storybook__addon-links": "^3.3.1",
"@types/storybook__react": "^4.0.0",
Expand Down

0 comments on commit 7cabf0b

Please sign in to comment.