Skip to content

Commit 937325a

Browse files
committed
chore: move types dependencies to devdependencies
1 parent a68a0bc commit 937325a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
"author": "",
1919
"license": "ISC",
2020
"devDependencies": {
21+
"@types/btoa": "^1.2.3",
22+
"@types/google-protobuf": "^3.15.2",
2123
"@types/lodash": "^4.14.170",
24+
"@types/mocha": "^8.2.2",
2225
"@types/node": "^14.17.3",
2326
"@types/tap": "^14.10.3",
2427
"@typescript-eslint/eslint-plugin": "^3.9.0",
@@ -33,9 +36,6 @@
3336
},
3437
"dependencies": {
3538
"@grpc/grpc-js": "1.2.0",
36-
"@types/btoa": "^1.2.3",
37-
"@types/google-protobuf": "^3.15.2",
38-
"@types/mocha": "^8.2.2",
3939
"btoa": "1.2.1",
4040
"dotenv": "^8.6.0",
4141
"google-protobuf": "3.13.0",

0 commit comments

Comments
 (0)