Skip to content

Commit

Permalink
chore: move types dependencies to devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Temii committed Sep 9, 2021
1 parent a68a0bc commit 937325a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/btoa": "^1.2.3",
"@types/google-protobuf": "^3.15.2",
"@types/lodash": "^4.14.170",
"@types/mocha": "^8.2.2",
"@types/node": "^14.17.3",
"@types/tap": "^14.10.3",
"@typescript-eslint/eslint-plugin": "^3.9.0",
Expand All @@ -33,9 +36,6 @@
},
"dependencies": {
"@grpc/grpc-js": "1.2.0",
"@types/btoa": "^1.2.3",
"@types/google-protobuf": "^3.15.2",
"@types/mocha": "^8.2.2",
"btoa": "1.2.1",
"dotenv": "^8.6.0",
"google-protobuf": "3.13.0",
Expand Down

0 comments on commit 937325a

Please sign in to comment.