Skip to content

Commit

Permalink
Moved node types to devDependencies (#663).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Nov 24, 2019
1 parent 6009a26 commit df1ae61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "ethers",
"version": "4.0.39",
"version": "4.0.40",
"description": "Ethereum wallet library.",
"main": "./index.js",
"types": "./index.d.ts",
Expand All @@ -19,7 +19,6 @@
"version": "npm dist"
},
"dependencies": {
"@types/node": "^10.3.2",
"aes-js": "3.0.0",
"bn.js": "^4.4.0",
"elliptic": "6.3.3",
Expand All @@ -31,6 +30,7 @@
"xmlhttprequest": "1.8.0"
},
"devDependencies": {
"@types/node": "^10.3.2",
"browserify": "^16.2.3",
"browserify-zlib": "^0.2.0",
"dts-bundle": "^0.7.3",
Expand Down

0 comments on commit df1ae61

Please sign in to comment.