Skip to content

Commit

Permalink
Breaking: move @types/node from dependencies to devDependencies (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
forabi authored May 18, 2018
1 parent 3930df8 commit 74024be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion clown/lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
"main": "index.js",
"private": true,
"dependencies": {
"@types/node": "^8.10.16",
"@hollowverse/utils": "^7.0.1"
},
"devDependencies": {
"@types/node": "^8.10.17"
},
"engines": {
"node": ">= 8.10"
}
Expand Down

0 comments on commit 74024be

Please sign in to comment.