Skip to content

Commit

Permalink
Merge pull request #431 from form-data/feat/add-typings
Browse files Browse the repository at this point in the history
chore: move @types/node to devDep
  • Loading branch information
alexindigo committed Jun 26, 2019
2 parents 2721ad7 + 65e78f5 commit ae2b25d
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": "^3.0.4",
Expand Down

0 comments on commit ae2b25d

Please sign in to comment.