Skip to content

Commit

Permalink
chore: move @types/node to devDep
Browse files Browse the repository at this point in the history
  • Loading branch information
mapleeit committed Jun 26, 2019
1 parent a3c0142 commit 65e78f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,12 +38,12 @@
"node": ">= 0.12"
},
"dependencies": {
"@types/node": "^12.0.8",
"asynckit": "^0.4.0",
"combined-stream": "^1.0.6",
"mime-types": "^2.1.12"
},
"devDependencies": {
"@types/node": "^12.0.10",
"browserify": "^13.1.1",
"browserify-istanbul": "^2.0.0",
"coveralls": "^2.11.14",
Expand Down

0 comments on commit 65e78f5

Please sign in to comment.