Skip to content

Commit

Permalink
Typescript dependencies: Remove @types/node dependency
Browse files Browse the repository at this point in the history
Now that we're bundling with rollup, we shouldn't need the @types/node
dependency, which can make installation more challenging.

Fixes #80
  • Loading branch information
ariabuckles committed Dec 30, 2019
1 parent 5bed44a commit f00aba5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"README.md"
],
"dependencies": {
"@types/node": ">=10.0.0",
"@types/react": ">=16.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit f00aba5

Please sign in to comment.